cpython 3.1.2.0 → 3.1.2.1
raw patch · 2 files changed
+3/−3 lines, 2 filesdep ~text
Dependency ranges changed: text
Files
- CPython.chs +1/−1
- cpython.cabal +2/−2
CPython.chs view
@@ -179,7 +179,7 @@ -- the @argv[0]@ argument to the @main@ procedure of the program. This is -- used by 'getPath' and some other computations below to find the Python -- run-time libraries relative to the interpreter executable. The default--- value is @"python"@. No code in the Python interpreter will change the+-- value is @\"python\"@. No code in the Python interpreter will change the -- program name. -- setProgramName :: Text -> IO ()
cpython.cabal view
@@ -1,5 +1,5 @@ name: cpython-version: 3.1.2.0+version: 3.1.2.1 synopsis: Bindings for libpython license: GPL-3 license-file: license.txt@@ -34,7 +34,7 @@ build-depends: base >=4 && < 5 , bytestring >= 0.9 && < 0.10- , text >= 0.1 && < 0.11+ , text >= 0.1 && < 0.12 build-tools: c2hs >= 0.15