From 08b349910d75e0e97c867d84422951f5f6a123b0 Mon Sep 17 00:00:00 2001 From: Francesco Gazzetta Date: Thu, 28 Jun 2018 19:30:21 +0200 Subject: [PATCH] Relax optparse-generic and turtle upper bounds (#17) --- CHANGELOG.md | 7 +++++++ nix-deploy.cabal | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34383fa..0c0120a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# Unreleased + +## Changed + +- Relaxed the upper bound of the `turtle` library dependency to `1.6` +- Relaxed the upper bound of the `optparse-generic` library dependency to `1.4` + # 1.0.2 ## Changed diff --git a/nix-deploy.cabal b/nix-deploy.cabal index 4ff063c..6239fa4 100644 --- a/nix-deploy.cabal +++ b/nix-deploy.cabal @@ -32,11 +32,11 @@ executable nix-deploy build-depends: base >= 4.9.0.0 && < 5 , bytestring >= 0.10.8.1 && < 1.0 - , optparse-generic >= 1.2.0 && < 1.3 + , optparse-generic >= 1.2.0 && < 1.4 , optparse-applicative >= 0.13.0.0 && < 0.15 , neat-interpolation < 0.4 , text >= 0.7 && < 1.3 - , turtle >= 1.3.6 && < 1.5 + , turtle >= 1.3.6 && < 1.6 default-language: Haskell2010 source-repository head