aboutsummaryrefslogtreecommitdiffstats
path: root/verifuzz.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'verifuzz.cabal')
-rw-r--r--verifuzz.cabal31
1 files changed, 15 insertions, 16 deletions
diff --git a/verifuzz.cabal b/verifuzz.cabal
index a7886e7..1b220f3 100644
--- a/verifuzz.cabal
+++ b/verifuzz.cabal
@@ -62,17 +62,17 @@ library
, VeriFuzz.Verilog.Quote
, VeriFuzz.Verilog.Token
build-depends: base >=4.7 && <5
- , hedgehog >= 0.6 && <0.7
- , fgl >=5.7 && <5.8
+ , hedgehog >= 0.5.3 && <0.7
+ , fgl >=5.6 && <5.8
, fgl-visualize >=0.1 && <0.2
- , lens >=4.17 && <4.18
+ , lens >=4.16.1 && <4.18
, random >=1.1 && <1.2
, shakespeare >=2 && <2.1
, shelly >=1.8.0 && <1.9
, text >=1.2 && <1.3
, bytestring >=0.10 && <0.11
, filepath >=1.4.2 && <1.5
- , binary >= 0.8.6 && <0.9
+ , binary >= 0.8.5.1 && <0.9
, cryptonite >=0.25 && <0.26
, memory >=0.14 && <0.15
, DRBG >=0.5 && <0.6
@@ -80,19 +80,18 @@ library
, transformers >=0.5 && <0.6
, transformers-base >=0.4.5 && <0.5
, tomland >=1.0 && <1.1
- , prettyprinter >=1.2.1 && <1.3
+ , prettyprinter >=1.2.0.1 && <1.3
, array >=0.5 && <0.6
- , recursion-schemes >=5.1 && <5.2
- , prettyprinter >= 1.2.1 && < 1.3
+ , recursion-schemes >=5.0.2 && <5.2
, time >= 1.8.0.2 && <1.9
, lifted-base >=0.2.3 && <0.3
, monad-control >=1.0.2 && <1.1
, gitrev >= 1.3.1 && <1.4
- , deepseq >= 1.4.4.0 && <1.5
- , template-haskell >=2.14.0 && <2.15
+ , deepseq >= 1.4.3.0 && <1.5
+ , template-haskell >=2.13.0 && <2.15
, optparse-applicative >=0.14 && <0.15
- , exceptions >=0.10.2 && <0.11
- , blaze-html >=0.9.1 && <0.10
+ , exceptions >=0.10.0 && <0.11
+ , blaze-html >=0.9.0.1 && <0.10
default-extensions: OverloadedStrings
executable verifuzz
@@ -115,13 +114,13 @@ test-suite test
, Parser
build-depends: base >=4 && <5
, verifuzz
- , fgl >=5.7 && <5.8
- , tasty >=1.2 && <1.3
+ , fgl >=5.6 && <5.8
+ , tasty >=1.0.1.1 && <1.3
, tasty-hunit >=0.10 && <0.11
, tasty-hedgehog >=0.2 && <0.3
- , hedgehog >=0.6 && <0.7
- , hedgehog-fn >=0.6 && <0.7
- , lens >=4.17 && <4.18
+ , hedgehog >=0.5.3 && <0.7
+ , hedgehog-fn >=0.5 && <0.7
+ , lens >=4.16.1 && <4.18
, shakespeare >=2 && <2.1
, text >=1.2 && <1.3
, parsec >= 3.1 && < 3.2