proton-0.0.3: proton.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.33.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 2ae23bade3f5327fbc45a47352e8f6e4bba83f9416235c877fa895c0608f1b6e
name: proton
version: 0.0.3
description: Please see the README on GitHub at <https://github.com/ChrisPenner/proton#readme>
homepage: https://github.com/ChrisPenner/proton#readme
bug-reports: https://github.com/ChrisPenner/proton/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/proton
library
exposed-modules:
Control.Arrow.Profunctor
Data.Market
Data.Pair
Data.Profunctor.Absorbent
Data.Profunctor.Annotated
Data.Profunctor.Arrow
Data.Profunctor.Coindexed
Data.Profunctor.Cont
Data.Profunctor.Depending
Data.Profunctor.Distributing
Data.Profunctor.DoubleStar
Data.Profunctor.Expanding
Data.Profunctor.Expansive
Data.Profunctor.Extraction
Data.Profunctor.Extras
Data.Profunctor.Fold
Data.Profunctor.FoldM
Data.Profunctor.Indexed
Data.Profunctor.Joinable
Data.Profunctor.MStrong
Data.Profunctor.Phantom
Data.Profunctor.Reflector
Data.Profunctor.Remember
Data.Profunctor.Withering
Examples.Algebraic
Examples.Alt
Examples.Coalgebraic
Examples.Diffract
Examples.Flowers
Examples.Glass
Examples.Layers
Examples.Loop
Examples.Scrap
Proton
Proton.Achromatic
Proton.Algebraic
Proton.Annotated
Proton.Coalgebraic
Proton.Coindexed
Proton.Diffraction
Proton.Feedback
Proton.Fold
Proton.Getter
Proton.Glass
Proton.Grate
Proton.Grid
Proton.Indexed
Proton.Internal.Orphans
Proton.Iso
Proton.Kaleidoscope
Proton.Lens
Proton.Loop
Proton.Miso
Proton.Par
Proton.Plated
Proton.PreGrate
Proton.Prisms
Proton.Review
Proton.Setter
Proton.Telescope
Proton.Traversal
Proton.Types
Proton.Wither
other-modules:
Paths_proton
hs-source-dirs:
src
default-extensions: FlexibleInstances FlexibleContexts ScopedTypeVariables LambdaCase ViewPatterns TypeApplications TypeOperators DeriveFunctor DeriveTraversable DeriveGeneric DerivingStrategies StandaloneDeriving TemplateHaskell RankNTypes TypeFamilies InstanceSigs
ghc-options: -Wall
build-depends:
adjunctions
, async
, base >=4.7 && <5
, bifunctors
, comonad
, compactable
, containers
, contravariant
, distributive
, folds
, linear
, mtl
, profunctors >=5.5.1
, tagged
, transformers
default-language: Haskell2010