cabal-version: >= 1.10

-- This file has been generated from package.yaml by hpack version 0.29.5.
--
-- see: https://github.com/sol/hpack
--
-- hash: a48d6397b85d3219a37571355b3831d5adc87427a161f3e7b2f927c6061d9a32

name:           indexable
version:        0.1.0.0
synopsis:       Containers Subsetting and Slicing
description:    Please see the README on GitHub at <https://github.com/tidues/indexable#readme>
category:       Data
homepage:       https://github.com/githubuser/indexable#readme
bug-reports:    https://github.com/githubuser/indexable/issues
author:         Ningji Wei
maintainer:     tidues@gmail.com
copyright:      2018 Ningji Wei
license:        BSD3
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    ChangeLog.md
    README.md

source-repository head
  type: git
  location: https://github.com/githubuser/indexable

library
  exposed-modules:
      ArraySyntax
      ExtraFuncs
      Indexable
  other-modules:
      Paths_indexable
  hs-source-dirs:
      src
  build-depends:
      base >=4.7 && <5
    , containers
    , hashable
    , split
    , text
    , unordered-containers
    , vector
  default-language: Haskell2010

test-suite indexable-test
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      Paths_indexable
  hs-source-dirs:
      test
  ghc-options: -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      base >=4.7 && <5
    , containers
    , hashable
    , indexable
    , split
    , text
    , unordered-containers
    , vector
  default-language: Haskell2010