Cabal revisions of n-ary-functor-0.1.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: n-ary-functor-version: 0.1.0.0-synopsis: An n-ary version of Functor-description: A single typeclass for Functor, Bifunctor, Trifunctor, etc.-homepage: https://github.com/gelisam/n-ary-functor-license: PublicDomain-author: Samuel Gélineau-maintainer: gelisam+github@gmail.com-category: Data-build-type: Simple-cabal-version: >=1.10-extra-source-files: README.md- , CHANGELOG.md--library- exposed-modules: NAryFunctor- build-depends: base >=4.9 && <4.11- hs-source-dirs: src- default-language: Haskell2010--test-suite doctests- default-language: Haskell2010- type: exitcode-stdio-1.0- ghc-options: -threaded- main-is: doctests.hs- build-depends: base >4 && <5, doctest, doctest-discover- HS-Source-Dirs: test+name: n-ary-functor +version: 0.1.0.0 +x-revision: 1 +synopsis: An n-ary version of Functor +description: A single typeclass for Functor, Bifunctor, Trifunctor, etc. +homepage: https://github.com/gelisam/n-ary-functor +license: PublicDomain +author: Samuel Gélineau +maintainer: gelisam+github@gmail.com +category: Data +build-type: Simple +cabal-version: >=1.10 +extra-source-files: README.md + , CHANGELOG.md + +library + exposed-modules: NAryFunctor + build-depends: base >=4.9 && <5 + hs-source-dirs: src + default-language: Haskell2010 + +test-suite doctests + default-language: Haskell2010 + type: exitcode-stdio-1.0 + ghc-options: -threaded + main-is: doctests.hs + build-depends: base >4 && <5, doctest, doctest-discover + HS-Source-Dirs: test
revision 2
name: n-ary-functor version: 0.1.0.0 -x-revision: 1 +x-revision: 2 synopsis: An n-ary version of Functor description: A single typeclass for Functor, Bifunctor, Trifunctor, etc. homepage: https://github.com/gelisam/n-ary-functor library exposed-modules: NAryFunctor - build-depends: base >=4.9 && <5 + build-depends: base >=4.9 && <4.14 hs-source-dirs: src default-language: Haskell2010