Cabal revisions of cayley-client-0.1.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: cayley-client-version: 0.1.0.0-stability: Experimental-synopsis: An Haskell client for Cayley graph database-description: cayley-client implements the RESTful API of the Cayley database graph.-homepage: http://mb.cybervisible.fr/haskell-cayley-client-license: BSD3-license-file: LICENSE-author: Michel Boucey-maintainer: michel.boucey@gmail.com-copyright: Copyright © 2015 - Michel Boucey-category: Database-build-type: Simple-cabal-version: >=1.10--Source-Repository head- Type: git- Location: https://github.com/MichelBoucey/cayley-client--library- exposed-modules: Database.Cayley.Client- other-extensions: OverloadedStrings- build-depends: base >=4.7 && <4.8, mtl >=2.1 && <2.2, transformers >=0.3 && <0.4, attoparsec >=0.12 && <0.13, bytestring >=0.10 && <0.11, text >=1.2 && <1.3, vector >=0.10 && <0.11, http-conduit >=2.1 && <2.2, http-client >=0.4 && <0.5, aeson >=0.8 && <0.9, lens >= 4.6.0.1, lens-aeson >=1.0.0.3, unordered-containers >=0.2 && <0.3, exceptions >= 0.6 && <0.7- default-language: Haskell2010+name: cayley-client +version: 0.1.0.0 +x-revision: 1 +stability: Experimental +synopsis: An Haskell client for Cayley graph database +description: cayley-client implements the RESTful API of the Cayley database graph. +homepage: http://mb.cybervisible.fr/haskell-cayley-client +license: BSD3 +license-file: LICENSE +author: Michel Boucey +maintainer: michel.boucey@gmail.com +copyright: Copyright © 2015 - Michel Boucey +category: Database +build-type: Simple +cabal-version: >=1.10 + +Source-Repository head + Type: git + Location: https://github.com/MichelBoucey/cayley-client + +library + -- broken package due to missing files + build-depends: base<0 + + exposed-modules: Database.Cayley.Client + other-extensions: OverloadedStrings + build-depends: base >=4.7 && <4.8, mtl >=2.1 && <2.2, transformers >=0.3 && <0.4, attoparsec >=0.12 && <0.13, bytestring >=0.10 && <0.11, text >=1.2 && <1.3, vector >=0.10 && <0.11, http-conduit >=2.1 && <2.2, http-client >=0.4 && <0.5, aeson >=0.8 && <0.9, lens >= 4.6.0.1, lens-aeson >=1.0.0.3, unordered-containers >=0.2 && <0.3, exceptions >= 0.6 && <0.7 + default-language: Haskell2010