X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=rrdtool.cabal;h=7a2837da561c43dea40aebcfb7a39b301aa13364;hb=256aad40f96ce034bc1aebd3302ecd8a86419163;hp=7682b251a282df3812e553b8ecc81fce0ddfa8dc;hpb=5cab7a6846cf5ad61df14def9c0e023840bb756b;p=hs-rrdtool.git diff --git a/rrdtool.cabal b/rrdtool.cabal index 7682b25..7a2837d 100644 --- a/rrdtool.cabal +++ b/rrdtool.cabal @@ -23,26 +23,20 @@ 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 - - Extensions: - DeriveDataTypeable - EmptyDataDecls - ExistentialQuantification - FlexibleContexts - FlexibleInstances - MultiParamTypeClasses - TypeFamilies - TypeOperators - UndecidableInstances + Data.HList.Graph + Data.HList.Prelude + Data.HList.String GHC-Options: -Wall \ No newline at end of file