107 lines
2.1 KiB
Text
107 lines
2.1 KiB
Text
cabal-version: 1.12
|
|
|
|
-- This file has been generated from package.yaml by hpack version 0.34.7.
|
|
--
|
|
-- see: https://github.com/sol/hpack
|
|
|
|
name: filepack
|
|
version: 0.0.1.0
|
|
author: Alexander Kobjolke
|
|
maintainer: alex@jakalx.net
|
|
copyright: Alexander Kobjolke 2022
|
|
license: MIT
|
|
build-type: Simple
|
|
extra-source-files:
|
|
README.org
|
|
|
|
library
|
|
exposed-modules:
|
|
FilePack
|
|
FilePack.Encode
|
|
FilePack.FileData
|
|
other-modules:
|
|
Paths_filepack
|
|
hs-source-dirs:
|
|
src
|
|
default-extensions:
|
|
BlockArguments
|
|
OverloadedStrings
|
|
ImportQualifiedPost
|
|
ghc-options: -Wall -fdefer-typed-holes
|
|
build-depends:
|
|
base
|
|
, base64-bytestring
|
|
, bytestring
|
|
, text
|
|
, unix
|
|
default-language: GHC2021
|
|
|
|
executable filepack
|
|
main-is: filepack.hs
|
|
other-modules:
|
|
Paths_filepack
|
|
hs-source-dirs:
|
|
app
|
|
default-extensions:
|
|
BlockArguments
|
|
OverloadedStrings
|
|
ImportQualifiedPost
|
|
ghc-options: -Wall -fdefer-typed-holes
|
|
build-depends:
|
|
base
|
|
, base64-bytestring
|
|
, bytestring
|
|
, filepack
|
|
, text
|
|
, unix
|
|
default-language: GHC2021
|
|
|
|
test-suite doctest
|
|
type: exitcode-stdio-1.0
|
|
main-is: Doctest.hs
|
|
other-modules:
|
|
Paths_filepack
|
|
hs-source-dirs:
|
|
test/doctest
|
|
default-extensions:
|
|
BlockArguments
|
|
OverloadedStrings
|
|
ImportQualifiedPost
|
|
ghc-options: -Wall -fdefer-typed-holes
|
|
build-tool-depends:
|
|
doctest:doctest
|
|
build-depends:
|
|
base
|
|
, base64-bytestring
|
|
, bytestring
|
|
, process
|
|
, text
|
|
, unix
|
|
default-language: Haskell2010
|
|
|
|
test-suite spec
|
|
type: exitcode-stdio-1.0
|
|
main-is: Spec.hs
|
|
other-modules:
|
|
Paths_filepack
|
|
hs-source-dirs:
|
|
test/spec
|
|
default-extensions:
|
|
BlockArguments
|
|
OverloadedStrings
|
|
ImportQualifiedPost
|
|
ghc-options: -Wall -fdefer-typed-holes
|
|
cpp-options: -DTEST
|
|
build-tool-depends:
|
|
hspec-discover:hspec-discover
|
|
build-depends:
|
|
QuickCheck
|
|
, base
|
|
, base64-bytestring
|
|
, bytestring
|
|
, filepack
|
|
, hspec
|
|
, quickcheck-instances
|
|
, text
|
|
, unix
|
|
default-language: GHC2021
|