packages feed

heatshrink-0.1.0.0: heatshrink.cabal

-- This file has been generated from package.yaml by hpack version 0.17.0.
--
-- see: https://github.com/sol/hpack

name:           heatshrink
version:        0.1.0.0
synopsis:       Compression and decompression using heatshrink
description:    Please see README.md
category:       FFI
homepage:       https://github.com/fpinsight/heatshrink#readme
bug-reports:    https://github.com/fpinsight/heatshrink/issues
author:         Thierry Bourrillon
maintainer:     thierry.bourrillon@fpinsight.com
copyright:      2016 Thierry Bourrillon
license:        BSD3
license-file:   LICENSE
build-type:     Simple
cabal-version:  >= 1.10

extra-source-files:
    cbits/heatshrink_common.h
    cbits/heatshrink_config.h
    cbits/heatshrink_decoder.h
    cbits/heatshrink_encoder.h
    files/frame1_w12l8.golden
    files/frame1_w12l8.hex
    files/frame2_w12l8.golden
    files/frame2_w12l8.hex
    README.md

source-repository head
  type: git
  location: https://github.com/fpinsight/heatshrink

library
  hs-source-dirs:
      src
  ghc-options: -Wall
  cc-options: -std=c11
  include-dirs:
      cbits
  c-sources:
      cbits/heatshrink_decoder.c
      cbits/heatshrink_encoder.c
  build-depends:
      bytestring
    , cereal
    , base >=4.7 && <5
  build-tools:
      c2hs
  exposed-modules:
      Codec.Compression.Heatshrink
  other-modules:
      Codec.Compression.Heatshrink.Internal
  default-language: Haskell2010

test-suite heatshrink-test
  type: exitcode-stdio-1.0
  main-is: Tests.hs
  hs-source-dirs:
      tests
  ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      bytestring
    , cereal
    , base
    , heatshrink
    , pcre-heavy
    , tasty
    , tasty-golden
    , tasty-hunit
    , text
  other-modules:
      Codec.Compression.Heatshrink.Tests
  default-language: Haskell2010