X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=hs-rrdtool.git;a=blobdiff_plain;f=rrdtool.cabal;h=6cd84016f42bb473f7b57e1e43fd0f4975b0a0a9;hp=880db9844573d5ab4cfe349cd06b21c60f70dd58;hb=HEAD;hpb=001f802dc89427aebb285f4e3a8b09be1120248f diff --git a/rrdtool.cabal b/rrdtool.cabal index 880db98..6cd8401 100644 --- a/rrdtool.cabal +++ b/rrdtool.cabal @@ -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