Skip to content

Commit 3df963a

Browse files
committed
Update Cabal file
1 parent d47e422 commit 3df963a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

secp256k1-haskell.cabal

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
cabal-version: 2.0
22

3-
-- This file has been generated from package.yaml by hpack version 0.34.6.
3+
-- This file has been generated from package.yaml by hpack version 0.34.4.
44
--
55
-- see: https://github.com/sol/hpack
66

77
name: secp256k1-haskell
8-
version: 0.6.0
8+
version: 0.6.1
99
synopsis: Bindings for secp256k1
1010
description: Sign and verify signatures using the secp256k1 library.
1111
category: Crypto
@@ -56,8 +56,6 @@ test-suite spec
5656
Crypto.Secp256k1.InternalSpec
5757
Crypto.Secp256k1Spec
5858
Paths_secp256k1_haskell
59-
autogen-modules:
60-
Paths_secp256k1_haskell
6159
hs-source-dirs:
6260
test
6361
ghc-options: -threaded -rtsopts -with-rtsopts=-N

0 commit comments

Comments
 (0)