aboutsummaryrefslogtreecommitdiffstats
path: root/verismith.cabal
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2019-10-27 20:05:18 +0000
committerYann Herklotz <git@yannherklotz.com>2019-10-27 20:05:18 +0000
commitc144ad106079190941206cac0750c4eed7c02f91 (patch)
treea7810dffdc97943b15ce88cd37c7073a428467b2 /verismith.cabal
parentcbb08507aea00fd95eaf065a26a8902eb8e412c3 (diff)
downloadverismith-c144ad106079190941206cac0750c4eed7c02f91.tar.gz
verismith-c144ad106079190941206cac0750c4eed7c02f91.zip
Add mtl dependency to enable easier use of transformers
Diffstat (limited to 'verismith.cabal')
-rw-r--r--verismith.cabal60
1 files changed, 30 insertions, 30 deletions
diff --git a/verismith.cabal b/verismith.cabal
index b734b29..389ca16 100644
--- a/verismith.cabal
+++ b/verismith.cabal
@@ -50,6 +50,7 @@ library
, Verismith.Fuzz
, Verismith.Generate
, Verismith.Internal
+ , Verismith.OptParser
, Verismith.Reduce
, Verismith.Report
, Verismith.Result
@@ -74,42 +75,41 @@ library
, Verismith.Verilog.Preprocess
, Verismith.Verilog.Quote
, Verismith.Verilog.Token
- build-depends: base >=4.7 && <5
- -- Cannot upgrade to 1.0 because of missing MonadGen instance for
- -- StateT.
- , hedgehog >=1.0 && <1.2
+ build-depends: DRBG >=0.5 && <0.6
+ , array >=0.5 && <0.6
+ , base >=4.7 && <5
+ , binary >= 0.8.5.1 && <0.9
+ , blaze-html >=0.9.0.1 && <0.10
+ , bytestring >=0.10 && <0.11
+ , cryptonite >=0.25 && <0.26
+ , deepseq >= 1.4.3.0 && <1.5
+ , exceptions >=0.10.0 && <0.11
, fgl >=5.6 && <5.8
, fgl-visualize >=0.1 && <0.2
+ , filepath >=1.4.2 && <1.5
+ , gitrev >= 1.3.1 && <1.4
+ , hedgehog >=1.0 && <1.2
, lens >=4.16.1 && <4.18
+ , lifted-base >=0.2.3 && <0.3
+ , memory >=0.14 && <0.15
+ , monad-control >=1.0.2 && <1.1
+ , mtl >=2.2.2 && <2.3
+ , optparse-applicative >=0.14 && <0.15
+ , parsec >=3.1 && <3.2
+ , prettyprinter >=1.2.0.1 && <1.3
, random >=1.1 && <1.2
+ , recursion-schemes >=5.0.2 && <5.2
, shakespeare >=2 && <2.1
, shelly >=1.8.0 && <1.9
+ , statistics >=0.14.0.2 && <0.16
+ , template-haskell >=2.13.0 && <2.15
, text >=1.2 && <1.3
- , bytestring >=0.10 && <0.11
- , filepath >=1.4.2 && <1.5
- , binary >= 0.8.5.1 && <0.9
- , cryptonite >=0.25 && <0.26
- , memory >=0.14 && <0.15
- , DRBG >=0.5 && <0.6
- , parsec >=3.1 && <3.2
+ , time >= 1.8.0.2 && <1.9
+ , tomland >=1.0 && <1.2
, transformers >=0.5 && <0.6
, transformers-base >=0.4.5 && <0.5
- , tomland >=1.0 && <1.2
- , prettyprinter >=1.2.0.1 && <1.3
- , array >=0.5 && <0.6
- , 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.3.0 && <1.5
- , template-haskell >=2.13.0 && <2.15
- , optparse-applicative >=0.14 && <0.15
- , exceptions >=0.10.0 && <0.11
- , blaze-html >=0.9.0.1 && <0.10
- , statistics >=0.14.0.2 && <0.16
- , vector >=0.12.0.1 && <0.13
, unordered-containers >=0.2.10 && <0.3
+ , vector >=0.12.0.1 && <0.13
default-extensions: OverloadedStrings
executable verismith
@@ -144,14 +144,14 @@ test-suite test
build-depends: base >=4 && <5
, verismith
, fgl >=5.6 && <5.8
- , tasty >=1.0.1.1 && <1.3
- , tasty-hunit >=0.10 && <0.11
- , tasty-hedgehog >=1.0 && <1.1
, hedgehog >=1.0 && <1.2
, lens >=4.16.1 && <4.18
+ , parsec >= 3.1 && < 3.2
, shakespeare >=2 && <2.1
+ , tasty >=1.0.1.1 && <1.3
+ , tasty-hedgehog >=1.0 && <1.1
+ , tasty-hunit >=0.10 && <0.11
, text >=1.2 && <1.3
- , parsec >= 3.1 && < 3.2
default-extensions: OverloadedStrings
--test-suite doctest