]> gitweb @ CieloNegro.org - hs-rrdtool.git/blobdiff - rrdtool.cabal
cleanup
[hs-rrdtool.git] / rrdtool.cabal
index 900e4c2fbd46c2718e593038d2f71745536ff78e..83d74d58925ef53a4be89be1271c7247bf0a62be 100644 (file)
@@ -27,13 +27,24 @@ Library
         bindings-librrd == 0.1.*,
         time            == 1.1.*
 
+    Exposed-Modules:
+        Database.RRDtool
+        Database.RRDtool.Create
+        Database.RRDtool.Expression
+        Data.HList
+        Data.HList.Prelude
+        Data.HList.String
+
     Extensions:
+        DeriveDataTypeable
         EmptyDataDecls
+        ExistentialQuantification
+        FlexibleContexts
         FlexibleInstances
-        GADTs
+        MultiParamTypeClasses
+        TypeFamilies
         TypeOperators
-        TypeSynonymInstances
         UndecidableInstances
 
-    Exposed-Modules:
-        Database.RRDtool
+    GHC-Options:
+        -Wall
\ No newline at end of file