packages feed

cpython 3.2.0 → 3.3.0

raw patch · 1 files changed

+5/−5 lines, 1 files

Files

cpython.cabal view
@@ -1,5 +1,5 @@ name: cpython-version: 3.2.0+version: 3.3.0 license: GPL-3 license-file: license.txt author: John Millikin <jmillikin@gmail.com>@@ -20,12 +20,12 @@  source-repository head   type: bazaar-  location: https://john-millikin.com/branches/haskell-cpython/3.2/+  location: https://john-millikin.com/branches/haskell-cpython/3.3/  source-repository this   type: bazaar-  location: https://john-millikin.com/branches/haskell-cpython/3.2/-  tag: haskell-cpython_3.2.0+  location: https://john-millikin.com/branches/haskell-cpython/3.3/+  tag: haskell-cpython_3.3.0  library   ghc-options: -Wall -O2 -fno-warn-orphans@@ -80,4 +80,4 @@   c-sources: cbits/hscpython-shim.c   include-dirs: cbits -  pkgconfig-depends: python-3.2+  pkgconfig-depends: python-3.3