File tree Expand file tree Collapse file tree 3 files changed +33
-34
lines changed
hs-bitcoin-hash/bitcoin-hash
hs-bitcoin-keys/bitcoin-keys Expand file tree Collapse file tree 3 files changed +33
-34
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ extra-source-files:
8
8
README.md
9
9
10
10
author : Renzo Carbonara
11
- maintainer : renλren .zone
11
+ maintainer : ren .zone
12
12
copyright : Copyright (c) Renzo Carbonara 2020
13
13
category : Cryptography
14
14
build-type : Simple
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ extra-source-files:
8
8
README.md
9
9
10
10
author : Renzo Carbonara
11
- maintainer : renλren .zone
11
+ maintainer : ren .zone
12
12
copyright : Copyright (c) Renzo Carbonara 2020
13
13
category : Cryptography
14
14
build-type : Simple
Original file line number Diff line number Diff line change 1
- cabal-version : 2.4
2
- name : singlethongs
3
- version : 0.1.0.1
4
- license : BSD-3-Clause
5
- license-file : LICENSE
6
- extra-source-files : README.md CHANGELOG.md
7
- author : Renzo Carbonara
8
- maintainer : renλren.zone
9
- copyright : Copyright (c) Renzo Carbonara 2020
10
- category : Data
11
- build-type : Simple
12
- synopsis : Like singletons, but much smaller.
13
- description : Like singletons, but much smaller.
14
- homepage : https://gitlab.com/k0001/singlethongs
15
- bug-reports : https://gitlab.com/k0001/singlethongs/issues
1
+ cabal-version : 2.4
2
+ name : singlethongs
3
+ version : 0.1.0.1
4
+ license : BSD-3-Clause
5
+ license-file : LICENSE
6
+ extra-source-files :
7
+ CHANGELOG.md
8
+ README.md
9
+
10
+ author : Renzo Carbonara
11
+ maintainer : ren.zone
12
+ copyright : Copyright (c) Renzo Carbonara 2020
13
+ category : Data
14
+ build-type : Simple
15
+ synopsis : Like singletons, but much smaller.
16
+ description : Like singletons, but much smaller.
17
+ homepage : https://gitlab.com/k0001/singlethongs
18
+ bug-reports : https://gitlab.com/k0001/singlethongs/issues
16
19
tested-with :
17
- GHC == 8.6.5 ,
18
- GHC == 8.8.4 ,
19
- GHC == 8.10.7 ,
20
- GHC == 9.0.1 ,
21
- GHC == 9.2.1
20
+ GHC == 8.6.5 || == 8.8.4 || == 8.10.7 || == 9.0.1 || == 9.2.1
22
21
23
22
library
24
- hs-source-dirs : lib
25
- ghc-options : -Wall -Werror=incomplete-patterns -O2
26
- ghcjs-options : -Wall -Werror=incomplete-patterns -O3
23
+ hs-source-dirs : lib
24
+ ghc-options : -Wall -Werror=incomplete-patterns -O2
25
+ ghcjs-options : -Wall -Werror=incomplete-patterns -O3
27
26
default-language : Haskell2010
28
- exposed-modules :
29
- Singlethongs
27
+ exposed-modules : Singlethongs
30
28
other-modules :
31
29
Singlethongs.Internal
32
30
Singlethongs.TH
31
+
33
32
build-depends :
34
- base >= 4.9 && < 5 ,
35
- template-haskell,
33
+ , base >= 4.9 && < 5
34
+ , template-haskell
36
35
37
36
test-suite test
38
37
default-language : Haskell2010
39
- type : exitcode-stdio-1.0
40
- hs-source-dirs : test
41
- main-is : Main.hs
38
+ type : exitcode-stdio-1.0
39
+ hs-source-dirs : test
40
+ main-is : Main.hs
42
41
build-depends :
43
- base,
44
- singlethongs,
42
+ , base
43
+ , singlethongs
You can’t perform that action at this time.
0 commit comments