packages feed

groupBy-0.1.0.0: groupBy.cabal

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

name:           groupBy
version:        0.1.0.0
synopsis:       Replacement definition of Data.List.GroupBy
description:    Please see the README on Github at <https://github.com/oisdk/groupBy#readme>
category:       Data
homepage:       https://github.com/oisdk/groupBy#readme
bug-reports:    https://github.com/oisdk/groupBy/issues
author:         Donnacha Oisín Kidney
maintainer:     mail@doisinkidney.com
copyright:      2018 Donnacha Oisín Kidney
license:        MIT
license-file:   LICENSE
build-type:     Simple
cabal-version:  >= 1.10

extra-source-files:
    README.md

source-repository head
  type: git
  location: https://github.com/oisdk/groupBy

library
  hs-source-dirs:
      src
  build-depends:
      base >=4 && <5
  exposed-modules:
      Data.List.GroupBy
  other-modules:
      Paths_groupBy
  default-language: Haskell2010

test-suite groupBy-test
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  hs-source-dirs:
      test
  ghc-options: -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      QuickCheck
    , base >=4 && <5
    , doctest
    , groupBy
  other-modules:
      Paths_groupBy
  default-language: Haskell2010

benchmark bench
  type: exitcode-stdio-1.0
  main-is: bench.hs
  hs-source-dirs:
      bench
  ghc-options: -threaded -rtsopts -with-rtsopts=-N -O2
  build-depends:
      base >=4 && <5
    , code-page
    , criterion
    , groupBy
    , optparse-applicative
    , random
    , utility-ht
  other-modules:
      Data.List.GroupBy.Alternative
  default-language: Haskell2010