mmsyn5-0.6.0.0: mmsyn5.cabal
-- Initial mmsyn5.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: mmsyn5
version: 0.6.0.0
synopsis: Various additional operations on lists (some with intermediate Monads)
description: A small library to deal with a little bit more complex operations on lists than Data.List module
homepage: https://hackage.haskell.org/package/mmsyn5
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, Setup.hs, README.markdown
cabal-version: >=1.10
library
exposed-modules: Data.List.InnToOut.Basic, Data.List.InnToOut.Unsafe
-- other-modules:
other-extensions: NoImplicitPrelude
build-depends: base >=4.13 && <5
-- hs-source-dirs:
default-language: Haskell2010