X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=rrdtool.cabal;h=655e9a9f98994c299e05b3bb87214aefcb7b3e76;hb=000307857df5266907964aff4ecc9e118314fe3f;hp=97b803b51977dff4a618b83cd916f4509f14e42c;hpb=b63727ff7a5d9b1f044911c0c5adb6245b1fc241;p=hs-rrdtool.git diff --git a/rrdtool.cabal b/rrdtool.cabal index 97b803b..655e9a9 100644 --- a/rrdtool.cabal +++ b/rrdtool.cabal @@ -23,24 +23,21 @@ Source-Repository head Library Build-Depends: - base == 4.2.*, - bindings-librrd == 0.1.*, - time == 1.1.* - - Extensions: - DeriveDataTypeable - EmptyDataDecls - ExistentialQuantification - FlexibleContexts - FlexibleInstances - MultiParamTypeClasses - TypeFamilies - TypeOperators - 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.Heap + Data.HList.Graph + Data.HList.Prelude + Data.HList.String GHC-Options: -Wall \ No newline at end of file