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: 7c7261ca428b9ac4e6ff944f035a7ffb4fc7a91658e53c1e4e3847114fc71bde
name: apply-unordered
version: 1.0
synopsis: Apply a function to an argument specified by a type level Nat
description: Please see the README on GitHub at <https://github.com/mgsloan/apply-unordered#readme>
category: Functions, ACME, Compiler Plugin
homepage: https://github.com/mgsloan/apply-unordered#readme
bug-reports: https://github.com/mgsloan/apply-unordered/issues
author: Michael Sloan
maintainer: mgsloan@gmail.com
copyright: 2019 Michael Sloan
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
changelog.md
source-repository head
type: git
location: https://github.com/mgsloan/apply-unordered
library
exposed-modules:
Control.Apply.Positional
Control.Apply.Unordered
Control.Apply.Unordered.Plugin
other-modules:
Paths_apply_unordered
hs-source-dirs:
src
default-extensions: DataKinds FlexibleContexts FlexibleInstances MultiParamTypeClasses ScopedTypeVariables TypeApplications TypeFamilies TypeOperators PolyKinds
build-depends:
base >=4.9 && <5
, fin >=0.1
, ghc >=8.6
, ghc-tcplugins-extra >=0.3
, syb >=0.7
default-language: Haskell2010
test-suite apply-positional-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
Paths_apply_unordered
hs-source-dirs:
test
default-extensions: DataKinds FlexibleContexts FlexibleInstances MultiParamTypeClasses ScopedTypeVariables TypeApplications TypeFamilies TypeOperators PolyKinds
ghc-options: -fplugin=Control.Apply.Unordered.Plugin
build-depends:
apply-unordered
, base >=4.9 && <5
, fin >=0.1
, ghc >=8.6
, ghc-tcplugins-extra >=0.3
, hspec
, should-not-typecheck
, syb >=0.7
default-language: Haskell2010