more work on Hindley-Milner
[fp.git] / fp.cabal
index 018b0d6..9d650ec 100644 (file)
--- a/fp.cabal
+++ b/fp.cabal
@@ -19,7 +19,10 @@ library
   exposed-modules: Lambda
                    Lambda.Parser.Fancy
                    Lambda.Parser.Simple
+                   HM
+                   HM.Parser
   other-modules:   Lambda.Term
+                   HM.Term
   build-depends:       base >=4.7 && <4.8
                      , text >=1.2 && <1.3
                      , attoparsec >=0.12 && <0.13