packages feed

proton-0.0.1: 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: de218e5a99e5d137be7685d7249aafd9d954cdc83f2bcdd1366a114fe7791ff2

name:           proton
version:        0.0.1
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:
      Data.Market
      Data.Pair
      Data.Profunctor.Annotated
      Data.Profunctor.Coindexed
      Data.Profunctor.Depending
      Data.Profunctor.Distributing
      Data.Profunctor.DoubleStar
      Data.Profunctor.Expanding
      Data.Profunctor.Extraction
      Data.Profunctor.Indexed
      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.Plated
      Proton.PreGrate
      Proton.Prisms
      Proton.Review
      Proton.Setter
      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
    , base >=4.7 && <5
    , bifunctors
    , comonad
    , compactable
    , containers
    , contravariant
    , distributive
    , linear
    , mtl
    , profunctors >=5.5.1
    , tagged
  default-language: Haskell2010