Skip to content

Commit 5d185c5

Browse files
authored
Merge pull request #114 from haskellari/base-compat-0.12
Allow base-compat-0.12
2 parents 4db00f1 + e4aa332 commit 5d185c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lattices.cabal

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 1.18
22
name: lattices
33
version: 2.0.2
4-
x-revision: 3
4+
x-revision: 4
55
category: Math
66
license: BSD3
77
license-file: LICENSE
@@ -83,7 +83,7 @@ library
8383

8484
build-depends:
8585
base >=4.6 && <4.16
86-
, base-compat >=0.10.5 && <0.12
86+
, base-compat >=0.10.5 && <0.13
8787
, containers >=0.5.0.0 && <0.7
8888
, deepseq >=1.3.0.0 && <1.5
8989
, hashable >=1.2.7.0 && <1.4

0 commit comments

Comments
 (0)