packages feed

Cabal revisions of rethinkdb-2.2.0.5

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-name: rethinkdb-version: 2.2.0.5-cabal-version: >=1.8-build-type: Simple-license: Apache-license-file: LICENSE-maintainer: Etienne Laurin <etienne@atnnn.com>-homepage: http://github.com/atnnn/haskell-rethinkdb-synopsis: A driver for RethinkDB 2.2-description:-    A driver for the RethinkDB database server-category: Database-author: Etienne Laurin, Brandon Martin--source-repository head-    type: git-    location: https://github.com/atnnn/haskell-rethinkdb--flag dev-    default: False-    manual: True--library-    build-depends:-        base >=4 && <4.10,-        unordered-containers ==0.2.*,-        text >=0.11 && <1.3,-        aeson >=0.7 && <0.12,-        bytestring ==0.10.*,-        containers ==0.5.*,-        data-default >=0.5 && <0.7,-        network >=2.4 && <2.7,-        mtl >=2.1 && <2.3,-        vector >=0.10 && <0.12,-        time >=1.4 && <1.7,-        utf8-string >=0.3 && <1.1,-        binary >=0.5 && <0.9,-        scientific ==0.3.*,-        base64-bytestring ==1.0.*--    if flag(dev)-        other-modules:-            Debug-        exposed: True-        buildable: True-        -- ghc-prof-options: -fprof-auto-    exposed-modules:-        Database.RethinkDB-        Database.RethinkDB.NoClash-        Database.RethinkDB.Driver-        Database.RethinkDB.Functions-        Database.RethinkDB.Time-        Database.RethinkDB.Types-        Database.RethinkDB.Datum-        Database.RethinkDB.Geospatial-        Database.RethinkDB.ReQL-        Database.RethinkDB.Network-        Database.RethinkDB.MapReduce-        Database.RethinkDB.Wire-        Database.RethinkDB.Wire.Datum-        Database.RethinkDB.Wire.Frame-        Database.RethinkDB.Wire.Query-        Database.RethinkDB.Wire.Response-        Database.RethinkDB.Wire.Term-        Database.RethinkDB.Wire.VersionDummy-        Database.RethinkDB.Doctest-    exposed: True-    buildable: True--    if impl(ghc > 8)-        ghc-options: -Wall -Wno-redundant-constraints-    else-        ghc-options: -Wall--test-suite doctests-    build-depends:-        base,-        doctest >=0.9-    type: exitcode-stdio-1.0-    main-is: doctests.hs-    buildable: True-    ghc-options: -threaded--benchmark bench-    build-depends:-        base,-        criterion,-        rethinkdb,-        text,-        aeson,-        async-    hs-source-dirs: bench-    type: exitcode-stdio-1.0-    main-is: Bench.hs-    ghc-options: -O2 -threaded -rtsopts -with-rtsopts=-N-    ghc-prof-options: "-with-rtsopts=-p -s -h -i0.1 -N"--executable proto2hs-  if !flag(dev)-    buildable: False-  main-is: proto2hs.hs-  build-depends: base, text, attoparsec+name: rethinkdb
+version: 2.2.0.5
+x-revision: 1
+cabal-version: >=1.8
+build-type: Simple
+license: Apache
+license-file: LICENSE
+maintainer: Etienne Laurin <etienne@atnnn.com>
+homepage: http://github.com/atnnn/haskell-rethinkdb
+synopsis: A driver for RethinkDB 2.2
+description:
+    A driver for the RethinkDB database server
+category: Database
+author: Etienne Laurin, Brandon Martin
+
+source-repository head
+    type: git
+    location: https://github.com/atnnn/haskell-rethinkdb
+
+flag dev
+    default: False
+    manual: True
+
+library
+    build-depends:
+        base >=4 && <4.9.1,
+        unordered-containers ==0.2.*,
+        text >=0.11 && <1.3,
+        aeson >=0.7 && <0.12,
+        bytestring ==0.10.*,
+        containers ==0.5.*,
+        data-default >=0.5 && <0.7,
+        network >=2.4 && <2.7,
+        mtl >=2.1 && <2.3,
+        vector >=0.10 && <0.12,
+        time >=1.4 && <1.7,
+        utf8-string >=0.3 && <1.1,
+        binary >=0.5 && <0.9,
+        scientific ==0.3.*,
+        base64-bytestring ==1.0.*
+
+    if flag(dev)
+        other-modules:
+            Debug
+        exposed: True
+        buildable: True
+        -- ghc-prof-options: -fprof-auto
+    exposed-modules:
+        Database.RethinkDB
+        Database.RethinkDB.NoClash
+        Database.RethinkDB.Driver
+        Database.RethinkDB.Functions
+        Database.RethinkDB.Time
+        Database.RethinkDB.Types
+        Database.RethinkDB.Datum
+        Database.RethinkDB.Geospatial
+        Database.RethinkDB.ReQL
+        Database.RethinkDB.Network
+        Database.RethinkDB.MapReduce
+        Database.RethinkDB.Wire
+        Database.RethinkDB.Wire.Datum
+        Database.RethinkDB.Wire.Frame
+        Database.RethinkDB.Wire.Query
+        Database.RethinkDB.Wire.Response
+        Database.RethinkDB.Wire.Term
+        Database.RethinkDB.Wire.VersionDummy
+        Database.RethinkDB.Doctest
+    exposed: True
+    buildable: True
+
+    if impl(ghc > 8)
+        ghc-options: -Wall -Wno-redundant-constraints
+    else
+        ghc-options: -Wall
+
+test-suite doctests
+    build-depends:
+        base,
+        doctest >=0.9
+    type: exitcode-stdio-1.0
+    main-is: doctests.hs
+    buildable: True
+    ghc-options: -threaded
+
+benchmark bench
+    build-depends:
+        base,
+        criterion,
+        rethinkdb,
+        text,
+        aeson,
+        async
+    hs-source-dirs: bench
+    type: exitcode-stdio-1.0
+    main-is: Bench.hs
+    ghc-options: -O2 -threaded -rtsopts -with-rtsopts=-N
+    ghc-prof-options: "-with-rtsopts=-p -s -h -i0.1 -N"
+
+executable proto2hs
+  if !flag(dev)
+    buildable: False
+  main-is: proto2hs.hs
+  build-depends: base, text, attoparsec