X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=hs-rrdtool.git;a=blobdiff_plain;f=rrdtool.cabal;h=6cd84016f42bb473f7b57e1e43fd0f4975b0a0a9;hp=83d74d58925ef53a4be89be1271c7247bf0a62be;hb=HEAD;hpb=b7e8a37aa24e9bda11995613c45187e6e19e0c01 diff --git a/rrdtool.cabal b/rrdtool.cabal index 83d74d5..6cd8401 100644 --- a/rrdtool.cabal +++ b/rrdtool.cabal @@ -23,9 +23,11 @@ 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 @@ -34,17 +36,13 @@ Library Data.HList Data.HList.Prelude Data.HList.String - - Extensions: - DeriveDataTypeable - EmptyDataDecls - ExistentialQuantification - FlexibleContexts - FlexibleInstances - MultiParamTypeClasses - TypeFamilies - TypeOperators - UndecidableInstances + 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