packages feed

intermediate-structures-0.1.1.0: intermediate-structures.cabal

cabal-version:      3.0
name:               intermediate-structures
version:            0.1.1.0
synopsis:
    Some simple functions to deal with transformations from structures to other ones, basically lists.

description:        
    The function mapI is taken from the [mmsyn5](https://hackage.haskell.org/package/mmsyn5) package. This inspired some more general functionality.

homepage:           https://hackage.haskell.org/package/intermediate-structures
license:            MIT
license-file:       LICENSE
author:             Oleksandr Zhabenko
maintainer:         oleksandr.zhabenko@yahoo.com
copyright:          Oleksandr Zhabenko
bug-reports:        https://github.com/Oleksandr-Zhabenko/intermediate-structures/issues
category:           Data
build-type:         Simple
extra-doc-files:    CHANGELOG.md, README.md

common warnings
    ghc-options: -Wall

library
    import:           warnings
    exposed-modules:  Data.IntermediateStructures1
    -- other-modules:
    other-extensions: NoImplicitPrelude, BangPatterns
    build-depends:    base >=4.13 && <5
    hs-source-dirs:   .
    default-language: Haskell2010