packages feed

instant-deepseq-0.2: instant-deepseq.cabal

name:                instant-deepseq
version:             0.2
author:              Renzo Carbonara
maintainer:          renzo@carbonara.com.ar
copyright:           Renzo Carbonara 2015
license:             BSD3
license-file:        LICENSE.txt
stability:           Experimental
homepage:            https://github.com/k0001/instant-deepseq
bug-reports:         https://github.com/k0001/instant-deepseq/issues
category:            Generics
build-type:          Simple
extra-source-files:  README.md CHANGELOG.md
cabal-version:       >=1.18
synopsis:            Generic NFData instances through instant-generics

library
  hs-source-dirs: src/lib
  default-language: Haskell2010
  exposed-modules:
      Generics.Instant.Functions.DeepSeq
  build-depends:
      deepseq >=1.3 && <1.5
    , base >=4.7 && <4.9
    , instant-generics >=0.4 && <0.6
  ghcjs-options: -Wall -O3
  ghc-options: -Wall -O2