Skip to content

Commit ccbe9f2

Browse files
committed
Bump Cabal version.
Probably just temporary, required to make Travis green.
1 parent ac05643 commit ccbe9f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cabal/Cabal.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Cabal
2-
version: 1.24.0.0
2+
version: 1.24.1.0
33
copyright: 2003-2006, Isaac Jones
44
2005-2011, Duncan Coutts
55
license: BSD3

cabal-install/cabal-install.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ executable cabal
248248
base16-bytestring >= 0.1.1 && < 0.2,
249249
binary >= 0.5 && < 0.9,
250250
bytestring >= 0.9 && < 1,
251-
Cabal >= 1.24 && < 1.25,
251+
Cabal >= 1.24.1 && < 1.25,
252252
containers >= 0.4 && < 0.6,
253253
cryptohash-sha256 >= 0.11 && < 0.12,
254254
filepath >= 1.3 && < 1.5,

0 commit comments

Comments
 (0)