0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 14 hours ago.
Jul 28, 2024 — Jul 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bump transformers dependency
nomeata
as Joachim Breitner
More... almost 11 years ago
Merge pull request #17 from Gabriel439/arraybounds More... almost 11 years ago
Increased upper bound on `arrays` dependency More... almost 11 years ago
Make the lexer insert a newline token just prior to the end of input if one is not already there. Addresses https://github.com/bjpop/language-python/issues/2 More... over 11 years ago
Removed todo item for escaped triple quoted strings More... over 11 years ago
Removed raw bytestring issue from todo.txt More... over 11 years ago
Allow rb and br forms for raw bytestrings More... over 11 years ago
Allow rb and br forms for raw bytestrings More... over 11 years ago
Removed todo for unescapeRawString More... over 11 years ago
Make unescapeRawString preserve backslashes in strings; addressing https://github.com/bjpop/language-python/issues/10 More... over 11 years ago
Updated .gitignore and added todo.txt More... over 11 years ago
Update package dependency constraints to latest versions on hackage More... over 12 years ago
Bumped minor version number because of cabal upload failure More... over 12 years ago
Fixed the syntax of the source-repository section More... over 12 years ago
Added source-repository to cabal file More... over 12 years ago
Updated versions on library dependencies More... over 12 years ago
Hid import of foldl' from Data.Map to avoid nameclash More... over 12 years ago
Merge pull request #5 from yihuang/master More... over 12 years ago
fix build problem on ghc 7.2.1 More... over 13 years ago
Removed stuff about building the testsuite More... over 14 years ago
Deleted RoundTrip.hs More... over 14 years ago
Added beginnings of testing framework via round trip More... over 14 years ago
Fixed bug in pretty printer for singleton tuple which was missing comma at the end. As reported by Kevin Quick. More... over 14 years ago
Added support for unicode literals (version 2 only), but not raw variant More... over 14 years ago
Style file for HCAR report More... over 14 years ago
tex files used to generate Issue19 of HCAR report More... over 14 years ago
Added AST.hs files to extra-source-files. This ensures that the files are included in the source distribution made by "cabal sdist". The conditional definition of hs-source-dirs means that only one of the ghc_* dirs would normally be included. More... about 15 years ago
Renamed directory ghc_6_12 -> ghc_6_12-13 to reflect the version numbers in the bug fix. Bumped the version number of the package. More... about 15 years ago
Extended the range of ghc versions in fix for memory usage bug. Version range was limited to 6.12, now extended to 6.12 <= version < 6.14. At the moment 6.14 has not been released, but we are hopeful that 6.14 will contain a proper bug fix. More... about 15 years ago
Modified the cabal file to allow special inclusion of a version of AST.hs based on the version of ghc being used. This is to work around the bug in GHC 6.12.x which caused the compiler to use excessive memory when compiling this package. The bug is http://hackage.haskell.org/trac/ghc/ticket/3972. The workaround is to compiled AST.hs with OPTIONS_GHC -fomit-interface-pragmas So we have two versions of AST.hs in the source tree. One with the bug fix for the 6.12 series of compiler and one without for "normal" ghc. More... about 15 years ago