packages feed

data-index-0.1.0.0: data-index.cabal

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

name:                data-index
version:             0.1.0.0
synopsis:            Extending the concept of indices for lists and other containers
description:         Please see the README on GitHub at <https://github.com/Toucandy/data-index#readme>
homepage:            https://github.com/Toucandy/data-index#readme
bug-reports:         https://github.com/Toucandy/data-index/issues
license:             BSD3
license-file:        LICENSE
author:              Ilya Pershin
maintainer:          pershin2010@gmail.com
copyright:           2018 Ilya Pershin
category:            Data
build-type:          Simple
extra-source-files:  README.md
cabal-version:       >=1.10

source-repository head
  type: git
  location: https://github.com/Toucandy/data-index

library
  exposed-modules:
      Data.Index
      Data.List.Index
      Data.Sequence.Index
  build-depends:       base >=4.8 && <5.0, containers
  hs-source-dirs:      src
  default-language:    Haskell2010

test-suite doctests
  type:                exitcode-stdio-1.0
  hs-source-dirs:      tests
  main-is:             doctests.hs
  build-depends:       base, doctest >= 0.8
  default-language:    Haskell2010