Cabal revisions of data-functor-logistic-0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-cabal-version: 2.4-name: data-functor-logistic-version: 0.0-synopsis: Updatable analogue of Distributive functors-description: See README.md-bug-reports: https://github.com/fumieval/data-functor-logistic-license: BSD-3-Clause-author: Fumiaki Kinoshita-maintainer: fumiexcel@gmail.com-copyright: Copyright (c) 2021 Fumiaki Kinoshita-category: Data Structures-extra-source-files: CHANGELOG.md, README.md--library- exposed-modules:- Data.Functor.Logistic- build-depends: base >= 4.9 && <4.17, distributive- default-language: Haskell2010- ghc-options: -Wall -Wcompat--source-repository head- type: git- location: https://github.com/fumieval/data-functor-logistic.git+cabal-version: 2.4 +name: data-functor-logistic +version: 0.0 +x-revision: 1 +synopsis: Updatable analogue of Distributive functors +description: See README.md +bug-reports: https://github.com/fumieval/data-functor-logistic +license: BSD-3-Clause +author: Fumiaki Kinoshita +maintainer: fumiexcel@gmail.com +copyright: Copyright (c) 2021 Fumiaki Kinoshita +category: Data Structures +extra-source-files: CHANGELOG.md, README.md + +library + exposed-modules: + Data.Functor.Logistic + build-depends: base >= 4.9 && <4.18, distributive + default-language: Haskell2010 + ghc-options: -Wall -Wcompat + +source-repository head + type: git + location: https://github.com/fumieval/data-functor-logistic.git
revision 2
cabal-version: 2.4 name: data-functor-logistic version: 0.0 -x-revision: 1 +x-revision: 2 synopsis: Updatable analogue of Distributive functors description: See README.md bug-reports: https://github.com/fumieval/data-functor-logistic library exposed-modules: Data.Functor.Logistic - build-depends: base >= 4.9 && <4.18, distributive + build-depends: base >= 4.9 && <4.20, distributive default-language: Haskell2010 ghc-options: -Wall -Wcompat
revision 3
cabal-version: 2.4 name: data-functor-logistic version: 0.0 -x-revision: 2 +x-revision: 3 synopsis: Updatable analogue of Distributive functors description: See README.md bug-reports: https://github.com/fumieval/data-functor-logistic library exposed-modules: Data.Functor.Logistic - build-depends: base >= 4.9 && <4.20, distributive + build-depends: base >= 4.9 && <4.22, distributive default-language: Haskell2010 ghc-options: -Wall -Wcompat