catalyst-0.0.0.0: catalyst.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: 3ff2d7f6f18494c402cb5005bb0958895552a0e6e880e40abfd2a9c523201627
name: catalyst
version: 0.0.0.0
synopsis: A Category typeclass hierarchy powerful enough to encode full programs.
description: Please see the README on GitHub at <https://github.com/githubuser/catalyst#readme>
homepage: https://github.com/ChrisPenner/catalyst#readme
bug-reports: https://github.com/ChrisPenner/catalyst/issues
author: Chris Penner
maintainer: example@example.com
copyright: 2021 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/catalyst
library
exposed-modules:
Control.Category.Cartesian
Control.Category.Closed
Control.Category.Free
Control.Category.Monoidal
Control.Category.Numeric
Control.Category.Recursive
other-modules:
Paths_catalyst
hs-source-dirs:
src
default-extensions: TypeOperators FlexibleInstances FlexibleContexts ScopedTypeVariables LambdaCase ViewPatterns TypeApplications TypeOperators DeriveFunctor DeriveTraversable DeriveGeneric DerivingStrategies StandaloneDeriving TemplateHaskell RankNTypes GADTs PolyKinds
ghc-options: -Wall
build-depends:
base >=4.7 && <5
, profunctors
default-language: Haskell2010