Skip to content

Commit 2930e27

Browse files
committed
Bump cabal version
Hackage now requires `cabal-version >= 1.10`.
1 parent 13d2a41 commit 2930e27

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

containers-tests/containers-tests.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ description:
1111
This package contains tests and benchmarks for @containers-package
1212

1313
build-type: Simple
14-
cabal-version: >=1.8
14+
cabal-version: >=1.10
1515
extra-source-files:
1616
include/containers.h
1717
tests/Makefile

containers/containers.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: containers
2-
version: 0.6.2.1
2+
version: 0.6.3.1
33
license: BSD3
44
license-file: LICENSE
55
maintainer: [email protected]
@@ -20,7 +20,7 @@ description:
2020
remains valid even if structures are shared.
2121

2222
build-type: Simple
23-
cabal-version: >=1.8
23+
cabal-version: >=1.10
2424
extra-source-files:
2525
include/containers.h
2626
changelog.md

0 commit comments

Comments
 (0)