You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xor.cabal
+7-18Lines changed: 7 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,6 @@
1
1
cabal-version: 2.2
2
2
name: xor
3
-
version: 0.0.1.2
4
-
x-revision: 3
3
+
version: 0.0.1.3
5
4
6
5
category: Data, Codec
7
6
author: Herbert Valerio Riedel
@@ -31,7 +30,7 @@ description:
31
30
The performance is comparable to portable ISO C99 implementations but this library is implemented as pure Haskell and is thereby compatible with compile targets such as <https://github.com/ghcjs/ghcjs GHCJS>.
32
31
33
32
tested-with:
34
-
GHC ==9.10.0
33
+
GHC ==9.10.1
35
34
GHC ==9.8.2
36
35
GHC ==9.6.5
37
36
GHC ==9.4.8
@@ -43,7 +42,6 @@ tested-with:
43
42
GHC ==8.4.4
44
43
GHC ==8.2.2
45
44
GHC ==8.0.2
46
-
-- GHC == 7.10.3
47
45
48
46
extra-doc-files:
49
47
CHANGELOG.md
@@ -60,22 +58,13 @@ common defaults
60
58
MagicHash
61
59
62
60
build-depends:
63
-
, base >=4.5&&<5
61
+
, base >=4.9&&<5
64
62
, bytestring >=0.10.4&&<0.13
65
63
, ghc-byteorder ^>=4.11.0.0
66
64
67
-
-- Andreas Abel, 2022-02-16:
68
-
-- There are build failures with bytestring-0.11 and GHC 7
69
-
-- because the PS constructor was removed and retained as PatternSynonym
70
-
-- (for GHC 8 only, according to the release notes).
0 commit comments