packages feed

catalyst-0.0.0.1: 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: e69dcd4b542859c9d9c82dd51413c9f10e10061cb722ac7de19d121d50cef9b8

name:           catalyst
version:        0.0.0.1
synopsis:       A Category typeclass hierarchy powerful enough to encode full programs.
description:    Please see the README on GitHub at <https://github.com/ChrisPenner/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