name: strict-impl-params
cabal-version: 1.12
build-type: Simple
version: 1.0.0
synopsis: Plugin for making top-level implicit parameters strict
homepage: https://github.com/AndrasKovacs/ghc-strict-implicit-params
bug-reports: https://github.com/AndrasKovacs/ghc-strict-implicit-params/issues
copyright: 2022 András Kovács
license: MIT
license-file: LICENSE.txt
maintainer: puttamalac@gmail.com
category: Development
description: Plugin for making top-level implicit parameters strict
library
default-language: Haskell2010
build-depends:
base >=4.7 && <5
, ghc >= 9.2.3
, ghc-prim
, template-haskell
exposed-modules: StrictImplParams