summaryrefslogtreecommitdiff
path: root/gf.cabal
diff options
context:
space:
mode:
authorhallgren <hallgren@chalmers.se>2015-04-14 12:44:14 +0000
committerhallgren <hallgren@chalmers.se>2015-04-14 12:44:14 +0000
commit8cfb989c9cf23f83fa5b9c5aa21c7e113da224eb (patch)
tree2f6e62b398a4c46a0ca9b9c76488453490939b7b /gf.cabal
parent9aeffa15c948d835c2ad613bdf4b64f840ee4581 (diff)
Translating linearization functions to Haskell: move Haskell AST and pretty printer to GF.Haskell
For further separation of pretty printing concerns from conversion concerns, the Haskell AST and pretty printer has been moved to its own module, GF.Haskell, also allowing it to be reused in other places where Haskell code is generated.
Diffstat (limited to 'gf.cabal')
-rw-r--r--gf.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/gf.cabal b/gf.cabal
index 28184ec79..6ea3a8d4b 100644
--- a/gf.cabal
+++ b/gf.cabal
@@ -184,6 +184,7 @@ Library
GF.Compile.Multi
GF.Compile.Optimize
GF.Compile.PGFtoHaskell
+ GF.Haskell
GF.Compile.ConcreteToHaskell
GF.Compile.PGFtoJS
GF.Compile.PGFtoLProlog