From c8548b434377b6b420e0a5690c8baa0fd1498723 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 4 Aug 2021 22:29:12 +0800 Subject: [PATCH] revise .cabal --- zlib-bindings-0.1.1.5.cabal | 92 ++++++++++++++++++------------------- 1 file changed, 46 insertions(+), 46 deletions(-) diff --git a/zlib-bindings-0.1.1.5.cabal b/zlib-bindings-0.1.1.5.cabal index d9a28b4..decffbc 100644 --- a/zlib-bindings-0.1.1.5.cabal +++ b/zlib-bindings-0.1.1.5.cabal @@ -1,46 +1,46 @@ -name: zlib-bindings -version: 0.1.1.5 -x-revision: 2 -license: BSD3 -license-file: LICENSE -author: Michael Snoyman -maintainer: Gregory Collins -synopsis: Low-level bindings to the zlib package. -description: Low-level bindings to the zlib package. -category: Codec -stability: Experimental -cabal-version: >= 1.8 -build-type: Simple -homepage: http://github.com/snapframework/zlib-bindings -extra-source-files: cbits/crc32.h cbits/inffast.h cbits/inflate.h - cbits/trees.h cbits/deflate.h cbits/inffixed.h - cbits/inftrees.h cbits/zutil.h, test/main.hs, - LICENSE.gz - -library - build-depends: base >= 4 && < 5 - , bytestring >= 0.9.1.4 - , zlib >= 0.5.2.0 - exposed-modules: Codec.Zlib - Codec.Zlib.Lowlevel - ghc-options: -Wall - c-sources: c/helper.c - if os(windows) - include-dirs: cbits - install-includes: zlib.h zconf.h - -test-suite test - main-is: main.hs - hs-source-dirs: test - type: exitcode-stdio-1.0 - build-depends: base >= 4 && < 5 - , bytestring - , zlib - , zlib-bindings - , hspec >= 1.3 - , QuickCheck >= 2.3 - ghc-options: -Wall - -source-repository head - type: git - location: git://github.com/snapframework/zlib-bindings.git +name: zlib-bindings +version: 0.1.1.5 +x-revision: 2 +license: BSD3 +license-file: LICENSE +author: Michael Snoyman +maintainer: Gregory Collins +synopsis: Low-level bindings to the zlib package. +description: Low-level bindings to the zlib package. +category: Codec +stability: Experimental +cabal-version: >= 1.8 +build-type: Simple +homepage: http://github.com/snapframework/zlib-bindings +extra-source-files: cbits/crc32.h cbits/inffast.h cbits/inflate.h + cbits/trees.h cbits/deflate.h cbits/inffixed.h + cbits/inftrees.h cbits/zutil.h, test/main.hs, + LICENSE.gz + +library + build-depends: base >= 4 && < 5 + , bytestring >= 0.9.1.4 + , zlib >= 0.5.2.0 + exposed-modules: Codec.Zlib + Codec.Zlib.Lowlevel + ghc-options: -Wall + c-sources: c/helper.c + if os(windows) + include-dirs: cbits + install-includes: zlib.h zconf.h + +test-suite test + main-is: main.hs + hs-source-dirs: test + type: exitcode-stdio-1.0 + build-depends: base >= 4 && < 5 + , bytestring + , zlib + , zlib-bindings + , hspec >= 1.3 + , QuickCheck >= 2.3 + ghc-options: -Wall + +source-repository head + type: git + location: git://github.com/snapframework/zlib-bindings.git