packages feed

language-python-test 0.5.2 → 0.5.3

raw patch · 1 files changed

+4/−4 lines, 1 filesdep ~language-python

Dependency ranges changed: language-python

Files

language-python-test.cabal view
@@ -1,5 +1,5 @@ name:                language-python-test-version:             0.5.2+version:             0.5.3 cabal-version:       >= 1.6 synopsis:            testing code for the language-python library description:         testing code for the language-python library@@ -22,18 +22,18 @@       ./src    main-is: RoundTrip.hs    other-modules:-   build-depends:    base == 4.*, language-python == 0.5.2+   build-depends:    base == 4.*, language-python == 0.5.3  Executable language-python-tokens    hs-source-dirs:       ./src    main-is: Tokens.hs    other-modules:-   build-depends:    base == 4.*, language-python == 0.5.2+   build-depends:    base == 4.*, language-python == 0.5.3  Executable language-python-parse-pretty    hs-source-dirs:       ./src    main-is: ParsePretty.hs    other-modules:-   build-depends:    base == 4.*, language-python == 0.5.2+   build-depends:    base == 4.*, language-python == 0.5.3