]> gitweb @ CieloNegro.org - hs-rrdtool.git/blobdiff - rrdtool.cabal
slight improvement...?
[hs-rrdtool.git] / rrdtool.cabal
index 880db9844573d5ab4cfe349cd06b21c60f70dd58..6cd84016f42bb473f7b57e1e43fd0f4975b0a0a9 100644 (file)
@@ -23,26 +23,26 @@ Source-Repository head
 
 Library
     Build-Depends:
-        base            == 4.2.*,
-        bindings-librrd == 0.1.*,
-        time            == 1.1.*
-
-    Extensions:
-        DeriveDataTypeable
-        EmptyDataDecls
-        ExistentialQuantification
-        FlexibleContexts
-        FlexibleInstances
-        IncoherentInstances
-        MultiParamTypeClasses
-        TypeFamilies
-        TypeOperators
-        TypeSynonymInstances
-        UndecidableInstances
+        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
+        Types.Data.Graph
+        Types.Data.Graph.Dijkstra
+        Types.Data.Graph.RootPath
+        Types.Data.Heap
+        Types.Data.List.Ops
+        Types.Data.Map
+        Types.Data.Maybe
 
     GHC-Options:
         -Wall
\ No newline at end of file