2023-08-09 20:59:42 +02:00
|
|
|
cabal-version: 2.4
|
|
|
|
name: slackbuilder
|
2023-09-03 10:26:43 +02:00
|
|
|
version: 1.0.0
|
2023-08-04 21:33:21 +02:00
|
|
|
|
2023-08-09 20:59:42 +02:00
|
|
|
synopsis: Slackware build scripts and configuration files.
|
2023-08-04 21:33:21 +02:00
|
|
|
bug-reports: https://git.caraus.tech/OSS/slackbuilder/issues
|
|
|
|
|
|
|
|
license: MPL-2.0
|
|
|
|
license-files: LICENSE
|
|
|
|
copyright: (c) 2023 Eugen Wissner
|
|
|
|
|
|
|
|
author: Eugen Wissner
|
|
|
|
maintainer: belka@caraus.de
|
|
|
|
|
|
|
|
category: Build
|
|
|
|
extra-source-files: CHANGELOG.md
|
|
|
|
|
2023-09-21 23:51:02 +02:00
|
|
|
common dependencies
|
|
|
|
build-depends:
|
|
|
|
base ^>= 4.16.4.0,
|
2023-10-03 18:53:41 +02:00
|
|
|
bytestring ^>= 0.11.0,
|
2023-11-01 17:05:16 +01:00
|
|
|
containers ^>= 0.6,
|
2023-09-22 07:33:02 +02:00
|
|
|
cryptonite >= 0.30,
|
2023-10-20 19:23:21 +02:00
|
|
|
directory ^>= 1.3.8,
|
2023-09-22 07:33:02 +02:00
|
|
|
filepath ^>= 1.4.2,
|
2023-10-03 18:53:41 +02:00
|
|
|
megaparsec ^>= 9.5,
|
2023-09-22 07:33:02 +02:00
|
|
|
modern-uri ^>= 0.3.6,
|
2023-10-03 18:53:41 +02:00
|
|
|
memory ^>= 0.18,
|
|
|
|
parser-combinators ^>= 1.3,
|
2023-10-08 12:28:46 +02:00
|
|
|
process ^>= 1.6.18,
|
2023-10-28 21:24:21 +02:00
|
|
|
req ^>= 3.13,
|
2023-09-25 10:18:00 +02:00
|
|
|
text ^>= 2.0,
|
|
|
|
tomland ^>= 1.3.3,
|
2023-10-04 22:36:19 +02:00
|
|
|
transformers ^>= 0.5.6,
|
|
|
|
word8 ^>= 0.1.3
|
2023-09-22 07:33:02 +02:00
|
|
|
default-language: Haskell2010
|
2023-09-03 10:26:43 +02:00
|
|
|
default-extensions:
|
|
|
|
DataKinds
|
|
|
|
DuplicateRecordFields
|
2023-10-03 18:53:41 +02:00
|
|
|
ExplicitForAll
|
2023-09-03 10:26:43 +02:00
|
|
|
LambdaCase
|
|
|
|
NamedFieldPuns
|
|
|
|
OverloadedStrings
|
|
|
|
RecordWildCards
|
|
|
|
QuasiQuotes
|
|
|
|
TemplateHaskell
|
2023-10-03 18:53:41 +02:00
|
|
|
TupleSections
|
2023-09-03 10:26:43 +02:00
|
|
|
TypeApplications
|
2023-09-22 07:33:02 +02:00
|
|
|
|
2023-09-25 10:18:00 +02:00
|
|
|
library
|
2023-09-22 07:33:02 +02:00
|
|
|
import: dependencies
|
|
|
|
exposed-modules:
|
|
|
|
SlackBuilder.Config
|
2023-10-28 21:24:21 +02:00
|
|
|
SlackBuilder.Download
|
2023-10-03 18:53:41 +02:00
|
|
|
SlackBuilder.Info
|
2023-09-22 07:33:02 +02:00
|
|
|
SlackBuilder.Package
|
|
|
|
SlackBuilder.Trans
|
|
|
|
hs-source-dirs: lib
|
|
|
|
build-depends:
|
2023-10-28 21:24:21 +02:00
|
|
|
conduit ^>= 1.3.5,
|
|
|
|
exceptions >= 0.10,
|
|
|
|
http-client ^>= 0.7
|
2023-09-22 07:33:02 +02:00
|
|
|
|
2023-09-22 07:47:46 +02:00
|
|
|
ghc-options: -Wall
|
|
|
|
|
2023-09-22 07:33:02 +02:00
|
|
|
executable slackbuilder
|
|
|
|
import: dependencies
|
|
|
|
main-is: Main.hs
|
|
|
|
|
|
|
|
other-modules:
|
|
|
|
SlackBuilder.CommandLine
|
|
|
|
SlackBuilder.Updater
|
2023-09-03 10:26:43 +02:00
|
|
|
build-depends:
|
|
|
|
aeson ^>= 2.2.0,
|
2023-10-20 19:23:21 +02:00
|
|
|
ansi-terminal ^>= 1.0,
|
2023-09-03 10:26:43 +02:00
|
|
|
optparse-applicative ^>= 0.18.1,
|
2023-09-25 10:18:00 +02:00
|
|
|
slackbuilder,
|
2023-09-03 10:26:43 +02:00
|
|
|
unordered-containers ^>= 0.2.19,
|
|
|
|
vector ^>= 0.13.0
|
|
|
|
hs-source-dirs: app
|
|
|
|
|
2023-09-22 07:47:46 +02:00
|
|
|
ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall
|
|
|
|
|
2023-09-03 10:26:43 +02:00
|
|
|
test-suite slackbuilder-test
|
2023-09-21 23:51:02 +02:00
|
|
|
import: dependencies
|
2023-09-03 10:26:43 +02:00
|
|
|
type: exitcode-stdio-1.0
|
|
|
|
main-is: Spec.hs
|
2023-09-21 23:51:02 +02:00
|
|
|
|
|
|
|
other-modules:
|
2023-10-03 18:53:41 +02:00
|
|
|
SlackBuilder.InfoSpec
|
2023-09-21 23:51:02 +02:00
|
|
|
SlackBuilder.PackageSpec
|
2023-09-22 07:33:02 +02:00
|
|
|
hs-source-dirs: tests
|
2023-09-03 10:26:43 +02:00
|
|
|
build-depends:
|
2023-09-22 07:33:02 +02:00
|
|
|
hspec >= 2.10.9 && < 2.12,
|
2023-10-03 18:53:41 +02:00
|
|
|
hspec-megaparsec ^>= 2.2,
|
2023-09-25 10:18:00 +02:00
|
|
|
slackbuilder
|
2023-09-22 07:47:46 +02:00
|
|
|
|
|
|
|
ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall
|