packages feed

cpython 3.1.4 → 3.2.0

raw patch · 1 files changed

+5/−5 lines, 1 files

Files

cpython.cabal view
@@ -1,5 +1,5 @@ name: cpython-version: 3.1.4+version: 3.2.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.1/+  location: https://john-millikin.com/branches/haskell-cpython/3.2/  source-repository this   type: bazaar-  location: https://john-millikin.com/branches/haskell-cpython/3.1/-  tag: haskell-cpython_3.1.4+  location: https://john-millikin.com/branches/haskell-cpython/3.2/+  tag: haskell-cpython_3.2.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.1+  pkgconfig-depends: python-3.2