Cabal revisions of postgresql-simple-url-0.2.1.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: postgresql-simple-url version: 0.2.1.0+x-revision: 1+ synopsis: Parse postgres:// url into ConnectInfo+category: Database description: The 'Database.PostgreSQL.Simple.URL' module in this package exports two helper functions 'parseDatabaseUrl' and 'urlToConnectInfo' to >>> parseDatabaseUrl "postgres://foo:bar@example.com:2345/database" Just (ConnectInfo "example.com" 2345 "foo" "bar" "database") @+ homepage: https://github.com/futurice/postgresql-simple-url license: MIT license-file: LICENSE maintainer: Oleg Grenrus <oleg.grenrus@iki.fi> copyright: Copyright © 2014-2018 Futurice OY, Oleg Grenrus stability: experimental-category: Database build-type: Simple extra-source-files: README.md, CHANGELOG.md cabal-version: >=1.10 GHC==7.10.3, GHC==8.0.2, GHC==8.2.2,- GHC==8.4.1+ GHC==8.4.4,+ GHC==8.6.1 source-repository head type: git library exposed-modules: Database.PostgreSQL.Simple.URL- build-depends: base >=4.6 && <4.12,+ build-depends: base >=4.6 && <4.13, split >=0.2 && <0.3, network-uri >=2.6 && <2.7,- postgresql-simple >=0.4 && <0.6+ postgresql-simple >=0.4 && <0.7 hs-source-dirs: src ghc-options: -Wall default-language: Haskell2010 ghc-options: -Wall build-depends: base, postgresql-simple,- tasty >=0.10 && <1.1,+ tasty >=0.10 && <1.2, tasty-quickcheck >=0.8 && <0.11, postgresql-simple-url
revision 2
name: postgresql-simple-url version: 0.2.1.0-x-revision: 1+x-revision: 2 synopsis: Parse postgres:// url into ConnectInfo category: Database GHC==8.0.2, GHC==8.2.2, GHC==8.4.4,- GHC==8.6.1+ GHC==8.6.5,+ GHC==8.8.1 source-repository head type: git library exposed-modules: Database.PostgreSQL.Simple.URL- build-depends: base >=4.6 && <4.13,+ build-depends: base >=4.6 && <4.14, split >=0.2 && <0.3, network-uri >=2.6 && <2.7, postgresql-simple >=0.4 && <0.7 ghc-options: -Wall build-depends: base, postgresql-simple,- tasty >=0.10 && <1.2,+ tasty >=0.10 && <1.3, tasty-quickcheck >=0.8 && <0.11, postgresql-simple-url
revision 3
-name: postgresql-simple-url-version: 0.2.1.0-x-revision: 2--synopsis: Parse postgres:// url into ConnectInfo-category: Database+name: postgresql-simple-url+version: 0.2.1.0+x-revision: 3+synopsis: Parse postgres:// url into ConnectInfo+category: Database description: The 'Database.PostgreSQL.Simple.URL' module in this package exports two helper functions 'parseDatabaseUrl' and 'urlToConnectInfo' to Just (ConnectInfo "example.com" 2345 "foo" "bar" "database") @ -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-2018 Futurice OY, Oleg Grenrus-stability: experimental-build-type: Simple-extra-source-files: README.md, CHANGELOG.md-cabal-version: >=1.10+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-2018 Futurice OY, Oleg Grenrus+stability: experimental+build-type: Simple+extra-source-files:+ README.md+ CHANGELOG.md++cabal-version: >=1.10 tested-with:- GHC==7.6.3,- GHC==7.8.4,- GHC==7.10.3,- GHC==8.0.2,- GHC==8.2.2,- GHC==8.4.4,- GHC==8.6.5,- GHC==8.8.1+ GHC ==7.6.3+ || ==7.8.4+ || ==7.10.3+ || ==8.0.2+ || ==8.2.2+ || ==8.4.4+ || ==8.6.5+ || ==8.8.3+ || ==8.10.1 source-repository head- type: git+ type: git location: https://github.com/futurice/postgresql-simple-url library- exposed-modules: Database.PostgreSQL.Simple.URL- build-depends: base >=4.6 && <4.14,- split >=0.2 && <0.3,- network-uri >=2.6 && <2.7,- postgresql-simple >=0.4 && <0.7- hs-source-dirs: src- ghc-options: -Wall- default-language: Haskell2010+ exposed-modules: Database.PostgreSQL.Simple.URL+ build-depends:+ base >=4.6 && <4.15+ , network-uri >=2.6 && <2.7+ , postgresql-simple >=0.4 && <0.7+ , split >=0.2 && <0.3 + 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,- postgresql-simple,- tasty >=0.10 && <1.3,- tasty-quickcheck >=0.8 && <0.11,- postgresql-simple-url+ default-language: Haskell2010+ type: exitcode-stdio-1.0+ hs-source-dirs: tests+ main-is: Tests.hs+ ghc-options: -Wall+ build-depends:+ base+ , postgresql-simple+ , postgresql-simple-url+ , tasty >=0.10 && <1.3+ , tasty-quickcheck >=0.8 && <0.11
revision 4
name: postgresql-simple-url version: 0.2.1.0-x-revision: 3+x-revision: 4 synopsis: Parse postgres:// url into ConnectInfo category: Database description: || ==8.2.2 || ==8.4.4 || ==8.6.5- || ==8.8.3- || ==8.10.1+ || ==8.8.4+ || ==8.10.4+ || ==9.0.1 source-repository head type: git library exposed-modules: Database.PostgreSQL.Simple.URL build-depends:- base >=4.6 && <4.15+ base >=4.6 && <4.16 , network-uri >=2.6 && <2.7 , postgresql-simple >=0.4 && <0.7 , split >=0.2 && <0.3 base , postgresql-simple , postgresql-simple-url- , tasty >=0.10 && <1.3+ , tasty >=0.10 && <1.4 , tasty-quickcheck >=0.8 && <0.11
revision 5
name: postgresql-simple-url version: 0.2.1.0-x-revision: 4+x-revision: 5 synopsis: Parse postgres:// url into ConnectInfo category: Database description: || ==8.8.4 || ==8.10.4 || ==9.0.1+ || ==9.2.1 source-repository head type: git library exposed-modules: Database.PostgreSQL.Simple.URL build-depends:- base >=4.6 && <4.16+ base >=4.6 && <4.17 , network-uri >=2.6 && <2.7 , postgresql-simple >=0.4 && <0.7 , split >=0.2 && <0.3 base , postgresql-simple , postgresql-simple-url- , tasty >=0.10 && <1.4+ , tasty >=0.10 && <1.5 , tasty-quickcheck >=0.8 && <0.11
revision 6
name: postgresql-simple-url version: 0.2.1.0-x-revision: 5+x-revision: 6 synopsis: Parse postgres:// url into ConnectInfo category: Database description: || ==8.4.4 || ==8.6.5 || ==8.8.4- || ==8.10.4- || ==9.0.1- || ==9.2.1+ || ==8.10.7+ || ==9.0.2+ || ==9.2.5+ || ==9.4.3 source-repository head type: git library exposed-modules: Database.PostgreSQL.Simple.URL build-depends:- base >=4.6 && <4.17+ base >=4.6 && <4.18 , network-uri >=2.6 && <2.7 , postgresql-simple >=0.4 && <0.7 , split >=0.2 && <0.3
revision 7
name: postgresql-simple-url version: 0.2.1.0-x-revision: 6+x-revision: 7 synopsis: Parse postgres:// url into ConnectInfo category: Database description: || ==8.8.4 || ==8.10.7 || ==9.0.2- || ==9.2.5- || ==9.4.3+ || ==9.2.7+ || ==9.4.5+ || ==9.6.1 source-repository head type: git library exposed-modules: Database.PostgreSQL.Simple.URL build-depends:- base >=4.6 && <4.18+ base >=4.6 && <4.19 , network-uri >=2.6 && <2.7 , postgresql-simple >=0.4 && <0.7 , split >=0.2 && <0.3
revision 8
name: postgresql-simple-url version: 0.2.1.0-x-revision: 7+x-revision: 8 synopsis: Parse postgres:// url into ConnectInfo category: Database description: || ==8.8.4 || ==8.10.7 || ==9.0.2- || ==9.2.7- || ==9.4.5- || ==9.6.1+ || ==9.2.8+ || ==9.4.6+ || ==9.6.2 source-repository head type: git build-depends: base >=4.6 && <4.19 , network-uri >=2.6 && <2.7- , postgresql-simple >=0.4 && <0.7+ , postgresql-simple >=0.4 && <0.8 , split >=0.2 && <0.3 hs-source-dirs: src
revision 9
name: postgresql-simple-url version: 0.2.1.0-x-revision: 8+x-revision: 9 synopsis: Parse postgres:// url into ConnectInfo category: Database description: || ==8.10.7 || ==9.0.2 || ==9.2.8- || ==9.4.6- || ==9.6.2+ || ==9.4.8+ || ==9.6.3+ || ==9.8.1 source-repository head type: git library exposed-modules: Database.PostgreSQL.Simple.URL build-depends:- base >=4.6 && <4.19+ base >=4.6 && <4.20 , network-uri >=2.6 && <2.7 , postgresql-simple >=0.4 && <0.8 , split >=0.2 && <0.3 base , postgresql-simple , postgresql-simple-url- , tasty >=0.10 && <1.5+ , tasty >=0.10 && <1.6 , tasty-quickcheck >=0.8 && <0.11