From 1b714f5b64d6ff4d6511da60f7c7f11068e7ef48 Mon Sep 17 00:00:00 2001 From: Tissevert Date: Tue, 8 Dec 2020 19:19:28 +0100 Subject: [PATCH] Lower version bounds to please nix --- SJW.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SJW.cabal b/SJW.cabal index 0f04ff7..abaca3a 100644 --- a/SJW.cabal +++ b/SJW.cabal @@ -31,7 +31,7 @@ library , directory >= 1.3.3 && < 1.4 , filepath >= 1.4.2 && < 1.5 , mtl >= 2.2.2 && < 2.3 - , random >= 1.2.0 && < 1.3 + , random >= 1.1 && < 1.3 , text >= 1.2.3 && < 1.3 , time >= 1.9.0 && < 1.12 , unix >= 2.7.2 && < 2.8 @@ -45,7 +45,7 @@ executable sjw -- other-extensions: build-depends: attoparsec >= 0.13.2 && < 0.14 , base >=4.9 && <4.15 - , optparse-applicative >= 0.16.1 && < 0.17 + , optparse-applicative >= 0.15 && < 0.17 , SJW , text >= 1.2.3 && < 1.3 default-language: Haskell2010