deepseq-magic-1.0.0.2: deepseq-magic.cabal
name: deepseq-magic
version: 1.0.0.2
synopsis: Deep evaluation of data structures without NFData
description: Deep evaluation of data structures without NFData
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.*
default-language: Haskell2010