packages feed

deepseq-instances-0.1.0.0: deepseq-instances.cabal

cabal-version:       2.2

name:                deepseq-instances
version:             0.1.0.0
synopsis:            Candidate NFData Instances for Types in base
description:         Candidate NFData Instances for Types in base
    This package provides correct-but-controversial NFData instances for types
    in base. See this GitHub pull request for more details:
    <https://github.com/haskell/deepseq/pull/50>
homepage:            https://github.com/TravisWhitaker/deepseq-instances
bug-reports:         https://github.com/TravisWhitaker/deepseq-instances/issues 
license:             MIT
license-file:        LICENSE
author:              Travis Whitaker
maintainer:          pi.boy.travis@gmail.com
copyright:           Travis Whitaker 2020
category:            Control
extra-source-files:  CHANGELOG.md, README.md
tested-with:         GHC==8.8.2

source-repository head
  type:     git
  location: https://github.com/TravisWhitaker/deepseq-instances.git

library
  exposed-modules:     Control.DeepSeq.Instances
  build-depends:       base ^>=4.13.0.0
                     , array >= 0.4 && <0.6
                     , deepseq >= 1.4.0.0
                     , stm >= 2.5.0.0
  hs-source-dirs:      src
  default-language:    Haskell2010
  ghc-options:         -Wall
                       -Wno-orphans