]> gitweb @ CieloNegro.org - hs-rrdtool.git/blobdiff - rrdtool.cabal
wip
[hs-rrdtool.git] / rrdtool.cabal
index d590e19eb07175c1ee51265c07d847a5545aa827..6dbb994ab584235ff55257ad588d982d12b5be92 100644 (file)
@@ -23,9 +23,22 @@ Source-Repository head
 
 Library
     Build-Depends:
+        HList           == 0.2.*,
         base            == 4.2.*,
         bindings-librrd == 0.1.*,
         time            == 1.1.*
 
+    Extensions:
+        EmptyDataDecls
+        ExistentialQuantification
+        FlexibleInstances
+        IncoherentInstances
+        TypeOperators
+        TypeSynonymInstances
+        UndecidableInstances
+
     Exposed-Modules:
         Database.RRDtool
+
+    GHC-Options:
+        -Wall
\ No newline at end of file