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