packages feed

DataIndex-0.1.1: DataIndex.cabal

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

name:           DataIndex
version:        0.1.1
synopsis:       A package for adding index column to data files
description:    DataIndex can add index column to data files
category:       Data
homepage:       https://github.com/yuhangwang/DataIndex#readme
bug-reports:    https://github.com/yuhangwang/DataIndex/issues
maintainer:     Yuhang(Steven) Wang
license:        MIT
license-file:   LICENSE.md
build-type:     Simple
cabal-version:  >= 1.10

extra-source-files:
    CHANGELOG.md
    LICENSE.md
    package.yaml
    README.md
    stack.yaml

source-repository head
  type: git
  location: https://github.com/yuhangwang/DataIndex

library
  hs-source-dirs:
      library
  ghc-options: -Wall
  build-depends:
      base
  exposed-modules:
      Data.Index
  default-language: Haskell2010

executable DataIndex
  main-is: Main.hs
  hs-source-dirs:
      executable
  ghc-options: -Wall -rtsopts -threaded -with-rtsopts=-N
  build-depends:
      base >= 4 && < 5
    , DataIndex
  default-language: Haskell2010

test-suite DataIndex-test-suite
  type: exitcode-stdio-1.0
  main-is: Main.hs
  hs-source-dirs:
      test-suite
  ghc-options: -Wall -rtsopts -threaded -with-rtsopts=-N
  build-depends:
      base
    , DataIndex
    , tasty
    , tasty-hspec
  other-modules:
      Spec_addTime
  default-language: Haskell2010

benchmark DataIndex-benchmarks
  type: exitcode-stdio-1.0
  main-is: Main.hs
  hs-source-dirs:
      benchmark
  ghc-options: -Wall -rtsopts -threaded -with-rtsopts=-N
  build-depends:
      base
    , DataIndex
    , criterion
  default-language: Haskell2010