We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9de5238 commit fd41da6Copy full SHA for fd41da6
data-bitcode.cabal
@@ -34,7 +34,7 @@ library
34
Data.BitCode.Writer.Monad
35
Data.BitCode.Writer.ToBits
36
build-depends:
37
- base >= 4.10 && <5
+ base
38
, pretty
39
, bytestring
40
, binary
@@ -52,6 +52,7 @@ test-suite spec
52
, tasty
53
, tasty-discover
54
, tasty-hspec
55
+ , tasty-quickcheck
56
, process
57
, filepath
58
, data-bitcode
@@ -71,7 +72,6 @@ benchmark writer
71
72
73
74
other-modules:
- Prof
75
default-language: Haskell2010
76
77
benchmark bitcode
0 commit comments