10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50a73e4 commit d6a852bCopy full SHA for d6a852b
cpython.cabal
@@ -1,5 +1,5 @@
1
name: cpython
2
-version: 3.1.2.1
+version: 3.1.3
3
license: GPL-3
4
license-file: license.txt
5
author: John Millikin <jmillikin@gmail.com>
@@ -30,15 +30,15 @@ source-repository head
30
source-repository this
31
type: bazaar
32
location: https://john-millikin.com/branches/haskell-cpython/3.1/
33
- tag: haskell-cpython_3.1.2.1
+ tag: haskell-cpython_3.1.3
34
35
library
36
ghc-options: -Wall -O2
37
hs-source-dirs: lib
38
39
build-depends:
40
base >= 4.0 && < 5.0
41
- , bytestring >= 0.9 && < 0.10
+ , bytestring >= 0.9
42
, text >= 0.1 && < 0.12
43
44
build-tools:
0 commit comments