]> gitweb @ CieloNegro.org - hs-rrdtool.git/blobdiff - rrdtool.cabal
wip
[hs-rrdtool.git] / rrdtool.cabal
index 900e4c2fbd46c2718e593038d2f71745536ff78e..6dbb994ab584235ff55257ad588d982d12b5be92 100644 (file)
@@ -23,17 +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
-        GADTs
+        IncoherentInstances
         TypeOperators
         TypeSynonymInstances
         UndecidableInstances
 
     Exposed-Modules:
         Database.RRDtool
+
+    GHC-Options:
+        -Wall
\ No newline at end of file