10000 Remove maximum dependency version on bytestring. · packetloop/haskell-cpython@d6a852b · GitHub
[go: up one dir, main page]

Skip to content

Commit d6a852b

Browse files
committed
Remove maximum dependency version on bytestring.
Bump version to 3.1.3.
1 parent 50a73e4 commit d6a852b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cpython.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: cpython
2-
version: 3.1.2.1
2+
version: 3.1.3
33
license: GPL-3
44
license-file: license.txt
55
author: John Millikin <jmillikin@gmail.com>
@@ -30,15 +30,15 @@ source-repository head
3030
source-repository this
3131
type: bazaar
3232
location: https://john-millikin.com/branches/haskell-cpython/3.1/
33-
tag: haskell-cpython_3.1.2.1
33+
tag: haskell-cpython_3.1.3
3434

3535
library
3636
ghc-options: -Wall -O2
3737
hs-source-dirs: lib
3838

3939
build-depends:
4040
base >= 4.0 && < 5.0
41-
, bytestring >= 0.9 && < 0.10
41+
, bytestring >= 0.9
4242
, text >= 0.1 && < 0.12
4343

4444
build-tools:

0 commit comments

Comments
 (0)
0