packages feed

grids-0.5.0.0: grids.cabal

cabal-version: 1.12

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

name:           grids
version:        0.5.0.0
description:    Arbitrary sized type-safe grids with useful combinators
category:       Data Structures
homepage:       https://github.com/ChrisPenner/grids#readme
bug-reports:    https://github.com/ChrisPenner/grids/issues
author:         Chris Penner
maintainer:     christopher.penner@gmail.com
copyright:      Chris Penner
license:        BSD3
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md
    ChangeLog.md

source-repository head
  type: git
  location: https://github.com/ChrisPenner/grids

library
  exposed-modules:
      Data.Grid
      Data.Grid.Examples.Conway
      Data.Grid.Examples.Intro
      Data.Grid.Internal.Convolution
      Data.Grid.Internal.Coord
      Data.Grid.Internal.Errors
      Data.Grid.Internal.Grid
      Data.Grid.Internal.Lens
      Data.Grid.Internal.Nest
      Data.Grid.Internal.NestedLists
      Data.Grid.Internal.Pretty
      Data.Grid.Internal.Shapes
      Data.Grid.Internal.Transpose
  other-modules:
      Paths_grids
  hs-source-dirs:
      src
  default-extensions: KindSignatures PolyKinds TypeApplications ScopedTypeVariables TypeOperators TypeFamilies FlexibleInstances FlexibleContexts MultiParamTypeClasses DataKinds GeneralizedNewtypeDeriving DeriveTraversable DeriveFunctor ConstraintKinds
  ghc-options: -fwarn-redundant-constraints -Wall
  build-depends:
      adjunctions
    , base >=4.7 && <5
    , comonad
    , deepseq
    , distributive
    , singletons
    , vector
  default-language: Haskell2010

test-suite specs
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      Spec.Grid
      Spec.Shapes
      Paths_grids
  hs-source-dirs:
      test
  default-extensions: KindSignatures PolyKinds TypeApplications ScopedTypeVariables TypeOperators TypeFamilies FlexibleInstances FlexibleContexts MultiParamTypeClasses DataKinds GeneralizedNewtypeDeriving DeriveTraversable DeriveFunctor ConstraintKinds
  ghc-options: -threaded -rtsopts -with-rtsopts=-N -main-is Spec
  build-depends:
      adjunctions
    , base >=4.7 && <5
    , comonad
    , deepseq
    , distributive
    , grids
    , hspec
    , singletons
    , vector
  default-language: Haskell2010

benchmark stat
  type: exitcode-stdio-1.0
  main-is: Benchmarks.hs
  other-modules:
      Paths_grids
  hs-source-dirs:
      benchmarks
  default-extensions: KindSignatures PolyKinds TypeApplications ScopedTypeVariables TypeOperators TypeFamilies FlexibleInstances FlexibleContexts MultiParamTypeClasses DataKinds GeneralizedNewtypeDeriving DeriveTraversable DeriveFunctor ConstraintKinds
  ghc-options: -threaded -rtsopts -with-rtsopts=-N -main-is Benchmarks
  build-depends:
      adjunctions
    , base >=4.7 && <5
    , comonad
    , deepseq
    , distributive
    , gauge
    , grids
    , singletons
    , vector
  default-language: Haskell2010