X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=rrdtool.cabal;h=2a3a029d6261fd25ccd84ed72ac2a7d56f9eae95;hb=4611522487b382b839a53e75e3feb2aac8764074;hp=880db9844573d5ab4cfe349cd06b21c60f70dd58;hpb=001f802dc89427aebb285f4e3a8b09be1120248f;p=hs-rrdtool.git diff --git a/rrdtool.cabal b/rrdtool.cabal index 880db98..2a3a029 100644 --- a/rrdtool.cabal +++ b/rrdtool.cabal @@ -23,9 +23,19 @@ Source-Repository head Library Build-Depends: - base == 4.2.*, - bindings-librrd == 0.1.*, - time == 1.1.* + base == 4.2.*, + bindings-librrd == 0.1.*, + template-haskell == 2.4.*, + time == 1.1.* + + Exposed-Modules: + Database.RRDtool + Database.RRDtool.Create + Database.RRDtool.Expression + Data.HList + Data.HList.Prelude + Data.HList.Number + Data.HList.String Extensions: DeriveDataTypeable @@ -33,16 +43,10 @@ Library ExistentialQuantification FlexibleContexts FlexibleInstances - IncoherentInstances MultiParamTypeClasses TypeFamilies TypeOperators - TypeSynonymInstances UndecidableInstances - Exposed-Modules: - Database.RRDtool - Data.HList - GHC-Options: -Wall \ No newline at end of file