packages feed

lists-flines-0.1.2.0: lists-flines.cabal

-- Initial lists-flines.cabal generated by cabal init.  For further
-- documentation, see http://haskell.org/cabal/users-guide/

name:                lists-flines
version:             0.1.2.0
synopsis:            Additional data and structures to some 'String'-related lists.
description:         Is primarily used to transform some Strings read from a file.
homepage:            https://hackage.haskell.org/package/lists-flines
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.Lists.FLines
  -- other-modules:
  other-extensions:    CPP, FlexibleInstances, MultiParamTypeClasses
  build-depends:       base >=4.7 && <5
  -- hs-source-dirs:
  default-language:    Haskell2010