X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=rrdtool.cabal;h=2b3c9a782edcc18ec3f23c26af2642c72f2d0cfb;hb=f34eed5749bdaf7ff7b33230557b30115ae343f3;hp=900e4c2fbd46c2718e593038d2f71745536ff78e;hpb=1857169713e2047ff16427f4f2add96a0251035b;p=hs-rrdtool.git diff --git a/rrdtool.cabal b/rrdtool.cabal index 900e4c2..2b3c9a7 100644 --- a/rrdtool.cabal +++ b/rrdtool.cabal @@ -23,17 +23,30 @@ 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 EmptyDataDecls + ExistentialQuantification + FlexibleContexts FlexibleInstances - GADTs + MultiParamTypeClasses + TypeFamilies TypeOperators - TypeSynonymInstances UndecidableInstances - Exposed-Modules: - Database.RRDtool + GHC-Options: + -Wall \ No newline at end of file