Cabal revisions of postgresql-simple-url-0.1.0.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: postgresql-simple-url-version: 0.1.0.1-synopsis: PostgreSQL-homepage: https://github.com/futurice/postgresql-simple-url-license: MIT-license-file: LICENSE-author: Oleg Grenrus-maintainer: Oleg Grenrus <oleg.grenrus@iki.fi>-copyright: Copyright © 2014 Futurice OY, Oleg Grenrus-stability: experimental-category: Game-build-type: Simple-extra-source-files: README.md, .gitignore-cabal-version: >=1.10--library- exposed-modules: Database.PostgreSQL.Simple.URL- build-depends: base >=4.6 && <4.9,- split >=0.2 && <0.3,- network-uri >=2.6 && <2.7,- postgresql-simple >=0.4 && <0.5- hs-source-dirs: src- ghc-options: -Wall- default-language: Haskell2010--test-suite test- default-language: Haskell2010- type: exitcode-stdio-1.0- hs-source-dirs: tests- main-is: Tests.hs- ghc-options: -Wall- build-depends: base >=4.6 && <4.9,- tasty >=0.10 && <0.11,- tasty-quickcheck >=0.8 && <0.9,- postgresql-simple >=0.4 && <0.5,- postgresql-simple-url+name: postgresql-simple-url +version: 0.1.0.1 +x-revision: 1 +synopsis: PostgreSQL +homepage: https://github.com/futurice/postgresql-simple-url +license: MIT +license-file: LICENSE +author: Oleg Grenrus +maintainer: Oleg Grenrus <oleg.grenrus@iki.fi> +copyright: Copyright © 2014 Futurice OY, Oleg Grenrus +stability: experimental +category: Game +build-type: Simple +extra-source-files: README.md, .gitignore +cabal-version: >=1.10 + +library + exposed-modules: Database.PostgreSQL.Simple.URL + build-depends: base >=4.6 && <4.9, + split >=0.2 && <0.3, + network-uri >=2.6 && <2.7, + postgresql-simple >=0.4 && <0.5 + hs-source-dirs: src + ghc-options: -Wall + default-language: Haskell2010 + +test-suite test + default-language: Haskell2010 + type: exitcode-stdio-1.0 + hs-source-dirs: tests + main-is: Tests.hs + ghc-options: -Wall + build-depends: base >=4.6 && <4.9, + tasty >=0.10 && <0.12, + tasty-quickcheck >=0.8 && <0.9, + postgresql-simple >=0.4 && <0.5, + postgresql-simple-url
revision 2
name: postgresql-simple-url version: 0.1.0.1 -x-revision: 1 +x-revision: 2 synopsis: PostgreSQL homepage: https://github.com/futurice/postgresql-simple-url license: MIT build-depends: base >=4.6 && <4.9, split >=0.2 && <0.3, network-uri >=2.6 && <2.7, - postgresql-simple >=0.4 && <0.5 + postgresql-simple >=0.4 && <0.6 hs-source-dirs: src ghc-options: -Wall default-language: Haskell2010 build-depends: base >=4.6 && <4.9, tasty >=0.10 && <0.12, tasty-quickcheck >=0.8 && <0.9, - postgresql-simple >=0.4 && <0.5, + postgresql-simple >=0.4 && <0.6, postgresql-simple-url
revision 3
name: postgresql-simple-url version: 0.1.0.1 -x-revision: 2 -synopsis: PostgreSQL +x-revision: 3 +synopsis: Parse postgres:// url into ConnectInfo +description: + The 'Database.PostgreSQL.Simple.URL' module in this package exports + to helper functions 'parseDatabaseUrl' and 'urlToConnectInfo'. homepage: https://github.com/futurice/postgresql-simple-url license: MIT license-file: LICENSE tasty >=0.10 && <0.12, tasty-quickcheck >=0.8 && <0.9, postgresql-simple >=0.4 && <0.6, - postgresql-simple-url + postgresql-simple-url
revision 4
name: postgresql-simple-url version: 0.1.0.1 -x-revision: 3 +x-revision: 4 synopsis: Parse postgres:// url into ConnectInfo description: The 'Database.PostgreSQL.Simple.URL' module in this package exports - to helper functions 'parseDatabaseUrl' and 'urlToConnectInfo'. + t2o helper functions 'parseDatabaseUrl' and 'urlToConnectInfo'. homepage: https://github.com/futurice/postgresql-simple-url license: MIT license-file: LICENSE tasty >=0.10 && <0.12, tasty-quickcheck >=0.8 && <0.9, postgresql-simple >=0.4 && <0.6, - postgresql-simple-url+ postgresql-simple-url
revision 5
name: postgresql-simple-url version: 0.1.0.1 -x-revision: 4 +x-revision: 5 synopsis: Parse postgres:// url into ConnectInfo description: The 'Database.PostgreSQL.Simple.URL' module in this package exports - t2o helper functions 'parseDatabaseUrl' and 'urlToConnectInfo'. + two helper functions 'parseDatabaseUrl' and 'urlToConnectInfo'. homepage: https://github.com/futurice/postgresql-simple-url license: MIT license-file: LICENSE
revision 6
name: postgresql-simple-url version: 0.1.0.1 -x-revision: 5 +x-revision: 6 synopsis: Parse postgres:// url into ConnectInfo description: The 'Database.PostgreSQL.Simple.URL' module in this package exports build-type: Simple extra-source-files: README.md, .gitignore cabal-version: >=1.10 + +source-repository head + type: git + location: https://github.com/futurice/postgresql-simple-url library exposed-modules: Database.PostgreSQL.Simple.URL
revision 7
name: postgresql-simple-url version: 0.1.0.1 -x-revision: 6 +x-revision: 7 synopsis: Parse postgres:// url into ConnectInfo description: The 'Database.PostgreSQL.Simple.URL' module in this package exports library exposed-modules: Database.PostgreSQL.Simple.URL - build-depends: base >=4.6 && <4.9, + build-depends: base >=4.6 && <4.10, split >=0.2 && <0.3, network-uri >=2.6 && <2.7, postgresql-simple >=0.4 && <0.6 hs-source-dirs: tests main-is: Tests.hs ghc-options: -Wall - build-depends: base >=4.6 && <4.9, + build-depends: base >=4.6 && <4.10, tasty >=0.10 && <0.12, tasty-quickcheck >=0.8 && <0.9, postgresql-simple >=0.4 && <0.6, - postgresql-simple-url + postgresql-simple-url