X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=rrdtool.cabal;h=a444e8f59f4425cbe1e5537a6d058410aa39f19b;hb=2787678974b80d73e91b49b6b7c5469c6eb5ac1e;hp=6dbb994ab584235ff55257ad588d982d12b5be92;hpb=33d86e2eb7207ec0fd2a65dc6cd61a4636c45d73;p=hs-rrdtool.git diff --git a/rrdtool.cabal b/rrdtool.cabal index 6dbb994..a444e8f 100644 --- a/rrdtool.cabal +++ b/rrdtool.cabal @@ -23,22 +23,32 @@ Source-Repository head Library Build-Depends: - HList == 0.2.*, - 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.Graph + Data.HList.Prelude +-- Data.HList.Record + Data.HList.String Extensions: + DeriveDataTypeable EmptyDataDecls ExistentialQuantification + FlexibleContexts FlexibleInstances - IncoherentInstances + MultiParamTypeClasses + TypeFamilies TypeOperators - TypeSynonymInstances UndecidableInstances - Exposed-Modules: - Database.RRDtool - GHC-Options: -Wall \ No newline at end of file