]> gitweb @ CieloNegro.org - hs-rrdtool.git/blobdiff - rrdtool.cabal
HString and HLength
[hs-rrdtool.git] / rrdtool.cabal
index 7682b251a282df3812e553b8ecc81fce0ddfa8dc..2b3c9a782edcc18ec3f23c26af2642c72f2d0cfb 100644 (file)
@@ -23,15 +23,19 @@ 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.Prelude
+        Data.HList.String
 
     Extensions:
         DeriveDataTypeable