X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=hs-rrdtool.git;a=blobdiff_plain;f=rrdtool.cabal;h=6cd84016f42bb473f7b57e1e43fd0f4975b0a0a9;hp=d590e19eb07175c1ee51265c07d847a5545aa827;hb=HEAD;hpb=683cfdfbe58b5baf9fc6973986a3850d0a2f3df9 diff --git a/rrdtool.cabal b/rrdtool.cabal index d590e19..6cd8401 100644 --- a/rrdtool.cabal +++ b/rrdtool.cabal @@ -23,9 +23,26 @@ 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 + 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