Cabal revisions of foldable-ix-0.3.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
--- Initial foldable-ix.cabal generated by cabal init. For further--- documentation, see http://haskell.org/cabal/users-guide/--name: foldable-ix-version: 0.3.0.0-synopsis: Functions to find out the indices of the elements in the Foldable structures-description: Uses folds to pass through the structure.-homepage: https://hackage.haskell.org/package/foldable-ix-license: MIT-license-file: LICENSE-author: OleksandrZhabenko-maintainer: olexandr543@yahoo.com-copyright: Oleksandr Zhabenko-category: Data-build-type: Simple-extra-source-files: CHANGELOG.md-cabal-version: >=1.10--library- exposed-modules: Data.Foldable.Ix- -- other-modules:- other-extensions: CPP, BangPatterns, NoImplicitPrelude- ghc-options: -funbox-strict-fields- build-depends: base >=4.13 && <5- -- hs-source-dirs:- default-language: Haskell2010+-- Initial foldable-ix.cabal generated by cabal init. For further +-- documentation, see http://haskell.org/cabal/users-guide/ + +name: foldable-ix +version: 0.3.0.0 +x-revision: 1 +synopsis: Functions to find out the indices of the elements in the Foldable structures +description: Uses folds to pass through the structure. +homepage: https://hackage.haskell.org/package/foldable-ix +license: MIT +license-file: LICENSE +author: OleksandrZhabenko +maintainer: oleksandr.zhabenko@yahoo.com +copyright: Oleksandr Zhabenko +category: Data +build-type: Simple +extra-source-files: CHANGELOG.md +cabal-version: >=1.10 + +library + exposed-modules: Data.Foldable.Ix + -- other-modules: + other-extensions: CPP, BangPatterns, NoImplicitPrelude + ghc-options: -funbox-strict-fields + build-depends: base >=4.13 && <5 + -- hs-source-dirs: + default-language: Haskell2010