deepseq-magic-1.0.0.0: deepseq-magic.cabal
name: deepseq-magic
version: 1.0.0.0
synopsis: Deep evaluation of data structures without NFData
-- description:
license: PublicDomain
author: Edward Z. Yang
maintainer: ezyang@cs.stanford.edu
homepage: https://github.com/ezyang/deepseq-magic
bug-reports: https://github.com/ezyang/deepseq-magic/issues
category: Control
build-type: Simple
cabal-version: >=1.10
library
exposed-modules: Control.DeepSeq.Magic
build-depends: base >=4.6 && <4.7
default-language: Haskell2010