aboutsummaryrefslogtreecommitdiffstats
path: root/verismith.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'verismith.cabal')
-rw-r--r--verismith.cabal25
1 files changed, 12 insertions, 13 deletions
diff --git a/verismith.cabal b/verismith.cabal
index 61fd087..13a3d42 100644
--- a/verismith.cabal
+++ b/verismith.cabal
@@ -33,7 +33,7 @@ custom-setup
setup-depends:
base >= 4 && <5,
cabal-doctest >= 1 && <1.1,
- Cabal >= 1.10 && <2.5
+ Cabal >= 1.10 && <3.1
library
hs-source-dirs: src
@@ -75,8 +75,7 @@ library
, Verismith.Verilog.Preprocess
, Verismith.Verilog.Quote
, Verismith.Verilog.Token
- build-depends: DRBG >=0.5 && <0.6
- , array >=0.5 && <0.6
+ build-depends: array >=0.5 && <0.6
, base >=4.7 && <5
, binary >= 0.8.5.1 && <0.9
, blaze-html >=0.9.0.1 && <0.10
@@ -89,23 +88,23 @@ library
, filepath >=1.4.2 && <1.5
, gitrev >= 1.3.1 && <1.4
, hedgehog >=1.0 && <1.2
- , lens >=4.16.1 && <4.18
+ , lens >=4.16.1 && <4.19
, lifted-base >=0.2.3 && <0.3
- , memory >=0.14 && <0.15
+ , memory >=0.14 && <0.16
, monad-control >=1.0.2 && <1.1
, mtl >=2.2.2 && <2.3
- , optparse-applicative >=0.14 && <0.15
+ , optparse-applicative >=0.14 && <0.16
, parsec >=3.1 && <3.2
- , prettyprinter >=1.2.0.1 && <1.3
+ , prettyprinter >=1.2.0.1 && <1.4
, random >=1.1 && <1.2
, recursion-schemes >=5.0.2 && <5.2
, shakespeare >=2 && <2.1
- , shelly >=1.8.0 && <1.9
+ , shelly >=1.8.0 && <1.10
, statistics >=0.14.0.2 && <0.16
- , template-haskell >=2.13.0 && <2.15
+ , template-haskell >=2.13.0 && <2.16
, text >=1.2 && <1.3
- , time >= 1.8.0.2 && <1.9
- , tomland >=1.0 && <1.2
+ , time >= 1.8.0.2 && <1.10
+ , tomland >=1.0 && <1.3
, transformers >=0.5 && <0.6
, transformers-base >=0.4.5 && <0.5
, unordered-containers >=0.2.10 && <0.3
@@ -129,7 +128,7 @@ benchmark benchmark
build-depends: base >=4 && <5
, verismith
, criterion >=1.5.5 && <1.6
- , lens >=4.16.1 && <4.18
+ , lens >=4.16.1 && <4.19
default-extensions: OverloadedStrings
test-suite test
@@ -145,7 +144,7 @@ test-suite test
, verismith
, fgl >=5.6 && <5.8
, hedgehog >=1.0 && <1.2
- , lens >=4.16.1 && <4.18
+ , lens >=4.16.1 && <4.19
, parsec >= 3.1 && < 3.2
, shakespeare >=2 && <2.1
, tasty >=1.0.1.1 && <1.3