hsbencher-fusion 0.3.2 → 0.3.3
raw patch · 1 files changed
+8/−9 lines, 1 filesdep ~handa-gdatadep ~hsbencherdep ~http-conduit
Dependency ranges changed: handa-gdata, hsbencher, http-conduit, network
Files
- hsbencher-fusion.cabal +8/−9
hsbencher-fusion.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: hsbencher-fusion-version: 0.3.2+version: 0.3.3 synopsis: Backend for uploading benchmark data to Google Fusion Tables. description: Google Fusion tables are a type of Google Doc that resembles a@@ -14,6 +14,7 @@ ChangeLog: . * (0.3) Added RETRIES field to the core schema.+ * (0.3.3) Jump to new versions of handa-gdata, network, and http-conduit license: BSD3@@ -34,14 +35,12 @@ build-depends: base >=4.5 && < 4.8, containers >=0.5, bytestring >=0.10, time >=1.4, directory >=1.2, filepath >=1.3,--- http-conduit >=2.0 && <2.1, - http-conduit == 1.9.0,- network == 2.5.0.0,+ http-conduit >=2.0,+ network >= 2.5.0.0, data-default >= 0.5.3,- -- mtl >=2.1 && <2.2, mtl,- handa-gdata >= 0.6.9.3 && <0.7, - hsbencher >=1.15 && <2.0+ handa-gdata >= 0.7.0.1,+ hsbencher >=1.20.0.2 && <2.0 -- hs-source-dirs: default-language: Haskell2010 @@ -56,7 +55,7 @@ text >= 1.1, bytestring >= 0.10, containers >= 0.5, criterion >= 1.0, statistics, mtl- build-depends: hsbencher-fusion, hsbencher >=1.15 && <2.0+ build-depends: hsbencher-fusion, hsbencher >=1.20.0.2 && <2.0 default-language: Haskell2010 @@ -67,5 +66,5 @@ build-depends: base >=4.5 && < 4.8, text >= 1.1, bytestring >= 0.10, containers >= 0.5, mtl, csv >= 0.1- build-depends: hsbencher-fusion, hsbencher >=1.15 && <2.0+ build-depends: hsbencher-fusion, hsbencher >=1.20.0.2 && <2.0 default-language: Haskell2010