Skip to content

Commit b4296b0

Browse files
committed
fix cabal
1 parent e784a3a commit b4296b0

File tree

3 files changed

+33
-34
lines changed

3 files changed

+33
-34
lines changed

pub/hs-bitcoin-hash/bitcoin-hash/bitcoin-hash.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ extra-source-files:
88
README.md
99

1010
author: Renzo Carbonara
11-
maintainer: renλren.zone
11+
maintainer: ren.zone
1212
copyright: Copyright (c) Renzo Carbonara 2020
1313
category: Cryptography
1414
build-type: Simple

pub/hs-bitcoin-keys/bitcoin-keys/bitcoin-keys.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ extra-source-files:
88
README.md
99

1010
author: Renzo Carbonara
11-
maintainer: renλren.zone
11+
maintainer: ren.zone
1212
copyright: Copyright (c) Renzo Carbonara 2020
1313
category: Cryptography
1414
build-type: Simple
Lines changed: 31 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,43 @@
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
1619
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
2221

2322
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
2726
default-language: Haskell2010
28-
exposed-modules:
29-
Singlethongs
27+
exposed-modules: Singlethongs
3028
other-modules:
3129
Singlethongs.Internal
3230
Singlethongs.TH
31+
3332
build-depends:
34-
base >=4.9 && <5,
35-
template-haskell,
33+
, base >=4.9 && <5
34+
, template-haskell
3635

3736
test-suite test
3837
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
4241
build-depends:
43-
base,
44-
singlethongs,
42+
, base
43+
, singlethongs

0 commit comments

Comments
 (0)