packages feed

foldable-ix-0.3.0.0: foldable-ix.cabal

-- 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