cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.34.4.
--
-- see: https://github.com/sol/hpack
name: attenuation-profunctors
version: 0.1.0
synopsis: Attenuation support for Profunctors.
description: This provides functions and @Attenuation@s for @profunctors@. See the
<#readme README.md>.
category: Constraints
homepage: https://github.com/google/hs-attenuation#readme
bug-reports: https://github.com/google/hs-attenuation/issues
author: Andrew Pritchard <awpr@google.com>
maintainer: Andrew Pritchard <awpr@google.com>
copyright: 2020-2021 Google LLC
license: Apache-2.0
license-file: LICENSE
build-type: Simple
extra-source-files:
CHANGELOG.md
README.md
source-repository head
type: git
location: https://github.com/google/hs-attenuation
subdir: attenuation-profunctors
library
exposed-modules:
Data.Type.Attenuation.Profunctor
hs-source-dirs:
src
build-depends:
attenuation ==0.2.*
, base >=4.12 && <4.16
, constraints >=0.10 && <0.14
, profunctors >=0.1 && <5.7
default-language: Haskell2010