Skip to content

Commit 9fa3c8b

Browse files
committed
Merge branch 'bramvdbogaerde-fix-happy'
2 parents a761465 + 58f62c9 commit 9fa3c8b

7 files changed

Lines changed: 230 additions & 253 deletions

File tree

language-python-test/language-python-test.cabal

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: language-python-test
2-
version: 0.5.8
2+
version: 0.6.0
33
cabal-version: >= 1.8
44
synopsis: testing code for the language-python library
55
description: A few executables to test the language-python library.
@@ -35,18 +35,18 @@ Executable language-python-roundtrip
3535
./src
3636
main-is: RoundTrip.hs
3737
other-modules:
38-
build-depends: base == 4.*, language-python == 0.5.8
38+
build-depends: base == 4.*, language-python == 0.6.0
3939

4040
Executable language-python-tokens
4141
hs-source-dirs:
4242
./src
4343
main-is: Tokens.hs
4444
other-modules:
45-
build-depends: base == 4.*, language-python == 0.5.8
45+
build-depends: base == 4.*, language-python == 0.6.0
4646

4747
Executable language-python-parse-pretty
4848
hs-source-dirs:
4949
./src
5050
main-is: ParsePretty.hs
5151
other-modules:
52-
build-depends: base == 4.*, language-python == 0.5.8
52+
build-depends: base == 4.*, language-python == 0.6.0

language-python/Changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
0.6
2+
3+
* add Foldable, Traversable instances to Common.AST types

language-python/language-python.cabal

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: language-python
2-
version: 0.5.8
2+
version: 0.6.0
33
cabal-version: >= 1.8
44
synopsis: Parsing and pretty printing of Python code.
55
description: language-python is a Haskell library for lexical analysis, parsing
@@ -13,6 +13,7 @@ maintainer: florbitous@gmail.com
1313
homepage: http://github.com/bjpop/language-python
1414
build-type: Simple
1515
stability: experimental
16+
extra-source-files: Changelog.md
1617

1718
tested-with:
1819
GHC == 9.6.1

0 commit comments

Comments
 (0)