1- cabal-version : 1.24
1+ cabal-version : 2.0
22
3- -- This file has been generated from package.yaml by hpack version 0.34.4 .
3+ -- This file has been generated from package.yaml by hpack version 0.34.6 .
44--
55-- see: https://github.com/sol/hpack
66
@@ -40,11 +40,11 @@ library
4040 QuickCheck >= 2.9.2 && < 2.15
4141 , base >= 4.9 && < 5
4242 , base16 >= 0.3.0.1
43- , bytestring >= 0.10.8 && < 0.11
43+ , bytestring >= 0.10.8 && < 0.12
4444 , cereal >= 0.5.4 && < 0.6
4545 , deepseq >= 1.4.2 && < 1.5
4646 , entropy >= 0.3.8 && < 0.5
47- , hashable >= 1.2.6 && < 1.4
47+ , hashable >= 1.2.6 && < 1.5
4848 , string-conversions == 0.4. *
4949 , unliftio-core >= 0.1.0 && < 0.3
5050 default-language : Haskell2010
@@ -56,6 +56,8 @@ test-suite spec
5656 Crypto.Secp256k1.InternalSpec
5757 Crypto.Secp256k1Spec
5858 Paths_secp256k1_haskell
59+ autogen-modules :
60+ Paths_secp256k1_haskell
5961 hs-source-dirs :
6062 test
6163 ghc-options : -threaded -rtsopts -with-rtsopts=-N
@@ -64,11 +66,11 @@ test-suite spec
6466 , QuickCheck >= 2.9.2 && < 2.15
6567 , base >= 4.9 && < 5
6668 , base16 >= 0.3.0.1
67- , bytestring >= 0.10.8 && < 0.11
69+ , bytestring >= 0.10.8 && < 0.12
6870 , cereal >= 0.5.4 && < 0.6
6971 , deepseq >= 1.4.2 && < 1.5
7072 , entropy >= 0.3.8 && < 0.5
71- , hashable >= 1.2.6 && < 1.4
73+ , hashable >= 1.2.6 && < 1.5
7274 , hspec
7375 , monad-par
7476 , mtl
0 commit comments