Cabal revisions of basen-0.1.0.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.32.0.------ see: https://github.com/sol/hpack------ hash: 772b5ccd7340e4cef1a9359bf9d2277864b33bfa7ee361078619966a6badc415--name: basen-version: 0.1.0.0-description: Please see the README-homepage: https://github.com/LibreCybernetics/basen-hs#readme-bug-reports: https://github.com/LibreCybernetics/basen-hs/issues-author: LibreCybernetics-maintainer: LibreCybernetics-license: OtherLicense-build-type: Simple-extra-source-files:- README.md--source-repository head- type: git- location: https://github.com/LibreCybernetics/basen-hs--library- exposed-modules:- Data.BaseN- Data.BaseN.Internal- other-modules:- Paths_basen- hs-source-dirs:- src- ghc-options: -Wall- build-depends:- base >=4.12.0.0 && <5- , bytestring >=0.10.8.2 && <1- , text >=1.2.3.1 && <2- default-language: Haskell2010--executable basen-app- main-is: Main.hs- other-modules:- Paths_basen- hs-source-dirs:- app- ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N- build-depends:- base >=4.12.0.0 && <5- , basen- , bytestring >=0.10.8.2 && <1- , text >=1.2.3.1 && <2- default-language: Haskell2010--test-suite basen-test- type: exitcode-stdio-1.0- main-is: TestSuite.hs- other-modules:- Data.BaseNTest- Paths_basen- hs-source-dirs:- test- ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N- build-depends:- base >=4.12.0.0 && <5- , basen- , bytestring >=0.10.8.2 && <1- , quickcheck-instances- , tasty- , tasty-discover- , tasty-hspec- , tasty-quickcheck- , text >=1.2.3.1 && <2- default-language: Haskell2010+cabal-version: 1.12 + +-- This file has been generated from package.yaml by hpack version 0.32.0. +-- +-- see: https://github.com/sol/hpack +-- +-- hash: 772b5ccd7340e4cef1a9359bf9d2277864b33bfa7ee361078619966a6badc415 + +name: basen +version: 0.1.0.0 +x-revision: 1 +description: Please see the README +homepage: https://gitlab.com/LibreCybernetics/lib/basen-hs#readme +bug-reports: https://gitlab.com/LibreCybernetics/lib/basen-hs/issues +author: LibreCybernetics +maintainer: LibreCybernetics +license: OtherLicense +build-type: Simple +extra-source-files: + README.md + +source-repository head + type: git + location: https://gitlab.com/LibreCybernetics/lib/basen-hs + +library + exposed-modules: + Data.BaseN + Data.BaseN.Internal + other-modules: + Paths_basen + hs-source-dirs: + src + ghc-options: -Wall + build-depends: + base >=4.12.0.0 && <4.14 + , bytestring >=0.10.8.2 && <0.11 + , text >=1.2.3.1 && <1.3 + default-language: Haskell2010 + +executable basen-app + main-is: Main.hs + other-modules: + Paths_basen + hs-source-dirs: + app + ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N + build-depends: + base >=4.12.0.0 && <4.14 + , basen + , bytestring >=0.10.8.2 && <0.11 + , text >=1.2.3.1 && <1.3 + default-language: Haskell2010 + +test-suite basen-test + type: exitcode-stdio-1.0 + main-is: TestSuite.hs + other-modules: + Data.BaseNTest + Paths_basen + hs-source-dirs: + test + ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N + build-depends: + base >=4.12.0.0 && <4.14 + , basen + , bytestring >=0.10.8.2 && <0.11 + , quickcheck-instances + , tasty + , tasty-discover + , tasty-hspec + , tasty-quickcheck + , text >=1.2.3.1 && <1.3 + default-language: Haskell2010