8000 Create branch for CPython 3.3 API. · packetloop/haskell-cpython@6115e03 · GitHub
[go: up one dir, main page]

Skip to content
Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6115e03

Browse files
committed
Create branch for CPython 3.3 API.
1 parent 82c2a29 commit 6115e03

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

cpython.cabal

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: cpython
2-
version: 3.2.0
2+
version: 3.3.0
33
license: GPL-3
44
license-file: license.txt
55
author: John Millikin <jmillikin@gmail.com>
@@ -20,12 +20,12 @@ extra-source-files:
2020

2121
source-repository head
2222
type: bazaar
23-
location: https://john-millikin.com/branches/haskell-cpython/3.2/
23+
location: https://john-millikin.com/branches/haskell-cpython/3.3/
2424

2525
source-repository this
2626
type: bazaar
27-
location: https://john-millikin.com/branches/haskell-cpython/3.2/
28-
tag: haskell-cpython_3.2.0
27+
location: https://john-millikin.com/branches/haskell-cpython/3.3/
28+
tag: haskell-cpython_3.3.0
2929

3030
library
3131
ghc-options: -Wall -O2 -fno-warn-orphans
@@ -80,4 +80,4 @@ library
8080
c-sources: cbits/hscpython-shim.c
8181
include-dirs: cbits
8282

83-
pkgconfig-depends: python-3.2
83+
pkgconfig-depends: python-3.3

0 commit comments

Comments
 (0)
0