Skip to content

Commit 637dbe1

Browse files
Update dependencies (#38)
1 parent 885d095 commit 637dbe1

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,17 @@ license: MIT
1010
license-file: LICENSE
1111
github: haskoin/secp256k1-haskell.git
1212
homepage: http://github.com/haskoin/secp256k1-haskell#readme
13-
verbatim:
14-
cabal-version: 1.24
1513
extra-source-files:
1614
- CHANGELOG.md
1715
- README.md
1816
dependencies:
1917
- base >=4.9 && <5
2018
- base16 >=0.3.0.1
21-
- bytestring >=0.10.8 && <0.11
19+
- bytestring >=0.10.8 && <0.12
2220
- cereal >=0.5.4 && <0.6
2321
- entropy >=0.3.8 && <0.5
2422
- deepseq >=1.4.2 && <1.5
25-
- hashable >=1.2.6 && <1.4
23+
- hashable >=1.2.6 && <1.5
2624
- QuickCheck >=2.9.2 && <2.15
2725
- string-conversions >=0.4 && <0.5
2826
- unliftio-core >=0.1.0 && <0.3

secp256k1-haskell.cabal

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

Comments
 (0)