naperian-0.1.0.0: naperian.cabal
name: naperian
version: 0.1.0.0
synopsis: Efficient representable functors
description: See the readme at <https://github.com/aaronvargo/naperian#readme>
homepage: https://github.com/aaronvargo/naperian#readme
license: BSD3
license-file: LICENSE
author: Aaron Vargo
maintainer: Aaron Vargo <fpfundamentalist@gmail.com>
copyright: Aaron Vargo 2017
category: Data Structures
build-type: Simple
extra-source-files: README.md
cabal-version: >=1.10
library
hs-source-dirs: src
exposed-modules: Data.Naperian
, Data.Functor1
, Data.Functor1.Applied
build-depends: base >= 4.7 && < 4.11
, distributive >= 0.4.4
, adjunctions >= 4.2.1
, transformers >= 0.3.0
, streams >= 3.2.1
, free >= 4.11
, comonad >= 4.2.7
default-language: Haskell2010
other-extensions: CPP
, DefaultSignatures
, FlexibleContexts
, KindSignatures
, RankNTypes
, TypeOperators
ghc-options: -Wall -fno-warn-unused-imports
source-repository head
type: git
location: https://github.com/aaronvargo/naperian