Cabal revisions of flay-0.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: flay-version: 0.1-author: Renzo Carbonara-maintainer: renλren!zone-copyright: Renzo Carbonara 2017-license: BSD3-license-file: LICENSE.txt-extra-source-files: README.md CHANGELOG.md pkg.nix shell.nix default.nix release.nix-category: Data-build-type: Simple-cabal-version: >=1.18-synopsis: Work on your datatype without knowing its shape nor its contents.-description:- Work on your datatype without knowing its shape nor its contents using- a principlied approach.-homepage: https://github.com/k0001/flay-bug-reports: https://github.com/k0001/flay/issues-source-repository head- type: git- location: https://github.com/k0001/flay--library- hs-source-dirs: src- default-language: Haskell2010- ghcjs-options: -Wall -O3- ghc-options: -Wall -O2- exposed-modules: Flay- build-depends:- base >=4.9 && <5.0,- constraints--test-suite tests- default-language: Haskell2010- type: exitcode-stdio-1.0- hs-source-dirs: tests- main-is: Main.hs- build-depends:- base,- flay,- tasty,- tasty-quickcheck--+name: flay +version: 0.1 +x-revision: 1 +author: Renzo Carbonara +maintainer: renλren!zone +copyright: Renzo Carbonara 2017 +license: BSD3 +license-file: LICENSE.txt +extra-source-files: README.md CHANGELOG.md pkg.nix shell.nix default.nix release.nix +category: Data +build-type: Simple +cabal-version: >=1.18 +synopsis: Work on your datatype without knowing its shape nor its contents. +description: + Work on your datatype without knowing its shape nor its contents using + a principlied approach. +homepage: https://github.com/k0001/flay +bug-reports: https://github.com/k0001/flay/issues +source-repository head + type: git + location: https://github.com/k0001/flay + +library + hs-source-dirs: src + default-language: Haskell2010 + ghcjs-options: -Wall -O3 + ghc-options: -Wall -O2 + exposed-modules: Flay + build-depends: + base >=4.9 && <5.0, + constraints + +test-suite tests + default-language: Haskell2010 + type: exitcode-stdio-1.0 + hs-source-dirs: tests + main-is: Main.hs + build-depends: + base < 4.16, + flay, + tasty, + tasty-quickcheck + +