Cabal revisions of strongswan-sql-1.2.2.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-cabal-version: 1.12---- This file has been generated from package.yaml by hpack version 0.31.1.------ see: https://github.com/sol/hpack------ hash: f8b1dcf53f685958f34e7efb6fbb4777882c2ac6a753432528f03d0f5a0a115d--name: strongswan-sql-version: 1.2.2.0-synopsis: Interface library for strongSwan SQL backend-description: Interface library and companion CLI tool to configure strongSwan IPsec over MySQL backend-category: Console, Library, Network APIs, SQL-bug-reports: https://gitlab.com/codemonkeylabs/strongswan-sql/issues-author: Erick Gonzalez-maintainer: erick@codemonkeylabs.de-copyright: 2019 Erick Gonzalez-license: BSD3-license-file: LICENSE-build-type: Simple-extra-source-files:- README.md- ChangeLog.md--source-repository head- type: git- location: https://gitlab.com/codemonkeylabs/strongswan-sql--library- exposed-modules:- StrongSwan.SQL- other-modules:- StrongSwan.SQL.Encoding- StrongSwan.SQL.Lenses- StrongSwan.SQL.Statements- StrongSwan.SQL.Types- hs-source-dirs:- src- default-extensions: ImplicitParams RecordWildCards- ghc-options: -Wall- build-depends:- asn1-encoding >=0.9 && <1.0- , asn1-types >=0.3 && <0.4- , attoparsec >=0.13 && <0.14- , base >=4.7 && <5- , bytestring >=0.10 && <0.11- , data-default >=0.7 && <0.8- , failable >=1.1 && <1.2- , haskeline >=0.7 && <0.8- , io-streams >=1.5 && <1.6- , iproute >=1.7 && <1.8- , lens >=4.17 && <4.18- , mtl >=2.2 && <2.3- , mysql-haskell >=0.8.4 && <0.8.5- , network >=2.8 && <3.1- , structured-cli >=2.5.0.3 && <2.6- , text >=1.2 && <1.3- , transformers >=0.4.2 && <0.6- default-language: Haskell2010--executable strongswan-sql- main-is: Main.hs- other-modules:- CLI.Types- CLI.Commands- CLI.Commands.ChildSA- CLI.Commands.Common- CLI.Commands.Identity- CLI.Commands.PeerCfg- CLI.Commands.TrafficSelector- hs-source-dirs:- app- default-extensions: ImplicitParams RecordWildCards- ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N- build-depends:- asn1-encoding >=0.9 && <1.0- , asn1-types >=0.3 && <0.4- , attoparsec >=0.13 && <0.14- , base >=4.7 && <5- , bytestring >=0.10 && <0.11- , data-default >=0.7 && <0.8- , failable >=1.1 && <1.2- , haskeline >=0.7 && <0.8- , io-streams >=1.5 && <1.6- , iproute >=1.7 && <1.8- , lens >=4.17 && <4.18- , mtl >=2.2 && <2.3- , mysql-haskell >=0.8.4 && <0.8.5- , network >=2.8 && <3.1- , strongswan-sql- , structured-cli >=2.5.0.3 && <2.6- , text >=1.2 && <1.3- , transformers >=0.4.2 && <0.6- default-language: Haskell2010--test-suite strongswan-sql-test- type: exitcode-stdio-1.0- main-is: Spec.hs- other-modules:- Paths_strongswan_sql- hs-source-dirs:- test- default-extensions: ImplicitParams RecordWildCards- ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N- build-depends:- asn1-encoding >=0.9 && <1.0- , asn1-types >=0.3 && <0.4- , attoparsec >=0.13 && <0.14- , base >=4.7 && <5- , bytestring >=0.10 && <0.11- , data-default >=0.7 && <0.8- , failable >=1.1 && <1.2- , haskeline >=0.7 && <0.8- , io-streams >=1.5 && <1.6- , iproute >=1.7 && <1.8- , lens >=4.17 && <4.18- , mtl >=2.2 && <2.3- , mysql-haskell >=0.8.4 && <0.8.5- , network >=2.8 && <3.1- , strongswan-sql- , structured-cli >=2.5.0.3 && <2.6- , text >=1.2 && <1.3- , transformers >=0.4.2 && <0.6- default-language: Haskell2010+cabal-version: 1.12 + +-- This file has been generated from package.yaml by hpack version 0.31.1. +-- +-- see: https://github.com/sol/hpack +-- +-- hash: f8b1dcf53f685958f34e7efb6fbb4777882c2ac6a753432528f03d0f5a0a115d + +name: strongswan-sql +version: 1.2.2.0 +x-revision: 1 +synopsis: Interface library for strongSwan SQL backend +description: Interface library and companion CLI tool to configure strongSwan IPsec over MySQL backend +category: Console, Library, Network APIs, SQL +bug-reports: https://gitlab.com/codemonkeylabs/strongswan-sql/issues +author: Erick Gonzalez +maintainer: erick@codemonkeylabs.de +copyright: 2019 Erick Gonzalez +license: BSD3 +license-file: LICENSE +build-type: Simple +extra-source-files: + README.md + ChangeLog.md + +source-repository head + type: git + location: https://gitlab.com/codemonkeylabs/strongswan-sql + +library + exposed-modules: + StrongSwan.SQL + other-modules: + StrongSwan.SQL.Encoding + StrongSwan.SQL.Lenses + StrongSwan.SQL.Statements + StrongSwan.SQL.Types + hs-source-dirs: + src + default-extensions: ImplicitParams RecordWildCards + ghc-options: -Wall + build-depends: + asn1-encoding >=0.9 && <1.0 + , asn1-types >=0.3 && <0.4 + , attoparsec >=0.13 && <0.14 + , base >=4.7 && <5 + , bytestring >=0.10 && <0.11 + , data-default >=0.7 && <0.8 + , failable >=1.1 && <1.3 + , haskeline >=0.7 && <0.8 + , io-streams >=1.5 && <1.6 + , iproute >=1.7 && <1.8 + , lens >=4.17 && <4.18 + , mtl >=2.2 && <2.3 + , mysql-haskell >=0.8.4 && <0.8.5 + , network >=2.8 && <3.1 + , structured-cli >=2.5.0.3 && <2.6 + , text >=1.2 && <1.3 + , transformers >=0.4.2 && <0.6 + default-language: Haskell2010 + +executable strongswan-sql + main-is: Main.hs + other-modules: + CLI.Types + CLI.Commands + CLI.Commands.ChildSA + CLI.Commands.Common + CLI.Commands.Identity + CLI.Commands.PeerCfg + CLI.Commands.TrafficSelector + hs-source-dirs: + app + default-extensions: ImplicitParams RecordWildCards + ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N + build-depends: + asn1-encoding >=0.9 && <1.0 + , asn1-types >=0.3 && <0.4 + , attoparsec >=0.13 && <0.14 + , base >=4.7 && <5 + , bytestring >=0.10 && <0.11 + , data-default >=0.7 && <0.8 + , failable >=1.1 && <1.2 + , haskeline >=0.7 && <0.8 + , io-streams >=1.5 && <1.6 + , iproute >=1.7 && <1.8 + , lens >=4.17 && <4.18 + , mtl >=2.2 && <2.3 + , mysql-haskell >=0.8.4 && <0.8.5 + , network >=2.8 && <3.1 + , strongswan-sql + , structured-cli >=2.5.0.3 && <2.6 + , text >=1.2 && <1.3 + , transformers >=0.4.2 && <0.6 + default-language: Haskell2010 + +test-suite strongswan-sql-test + type: exitcode-stdio-1.0 + main-is: Spec.hs + other-modules: + Paths_strongswan_sql + hs-source-dirs: + test + default-extensions: ImplicitParams RecordWildCards + ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N + build-depends: + asn1-encoding >=0.9 && <1.0 + , asn1-types >=0.3 && <0.4 + , attoparsec >=0.13 && <0.14 + , base >=4.7 && <5 + , bytestring >=0.10 && <0.11 + , data-default >=0.7 && <0.8 + , failable >=1.1 && <1.2 + , haskeline >=0.7 && <0.8 + , io-streams >=1.5 && <1.6 + , iproute >=1.7 && <1.8 + , lens >=4.17 && <4.18 + , mtl >=2.2 && <2.3 + , mysql-haskell >=0.8.4 && <0.8.5 + , network >=2.8 && <3.1 + , strongswan-sql + , structured-cli >=2.5.0.3 && <2.6 + , text >=1.2 && <1.3 + , transformers >=0.4.2 && <0.6 + default-language: Haskell2010