| Age | Commit message (Collapse) | Author |
|
|
|
The implementation was meant to lift from SIO to IO,
but instead it was just the identity function,
which means that `fail = id . fail` and we have an infinite loop.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also upgrade alex/happy so automatic install works
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
New features in PGF to Haskell translation
|
|
|
|
|
|
|
|
|
|
|
|
Hackage's attempt to build the package will fail because of missing C libraries
|
|
|
|
GF allows more characters in its types, as long as they are inside
single quotes. E.g. 'VP/Object' is a valid name for a GF category,
but not for a Haskell data type.
|
|
Imports Data.Data, all GF types derive Data, and uses DeriveDataTypeable.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Conflicts:
# src/runtime/haskell-bind/pgf2.cabal
|
|
|
|
|
|
moment
|
|
|
|
|
|
Fixes #51
|
|
|