]> gitweb @ CieloNegro.org - hs-rrdtool.git/blobdiff - rrdtool.cabal
HOccurs series
[hs-rrdtool.git] / rrdtool.cabal
index d590e19eb07175c1ee51265c07d847a5545aa827..a444e8f59f4425cbe1e5537a6d058410aa39f19b 100644 (file)
@@ -23,9 +23,32 @@ Source-Repository head
 
 Library
     Build-Depends:
-        base            == 4.2.*,
-        bindings-librrd == 0.1.*,
-        time            == 1.1.*
+        base             == 4.2.*,
+        bindings-librrd  == 0.2.*,
+        template-haskell == 2.4.*,
+        time             == 1.1.*,
+        tfp              == 0.2.*
 
     Exposed-Modules:
         Database.RRDtool
+        Database.RRDtool.Create
+        Database.RRDtool.Expression
+        Data.HList
+        Data.HList.Graph
+        Data.HList.Prelude
+--        Data.HList.Record
+        Data.HList.String
+
+    Extensions:
+        DeriveDataTypeable
+        EmptyDataDecls
+        ExistentialQuantification
+        FlexibleContexts
+        FlexibleInstances
+        MultiParamTypeClasses
+        TypeFamilies
+        TypeOperators
+        UndecidableInstances
+
+    GHC-Options:
+        -Wall
\ No newline at end of file