-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsimplon-stub-hs.cabal
51 lines (48 loc) · 1.64 KB
/
simplon-stub-hs.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
cabal-version: 3.4
name: simplon-stub-hs
version: 1.0.0
description: Please see the README on GitHub at <https://github.com/pmiddend/simplon-stub-hs#readme>
homepage: https://github.com/pmiddend/simplon-stub-hs#readme
bug-reports: https://github.com/pmiddend/simplon-stub-hs/issues
author: Philipp Middendorf
maintainer: pmidden@mailbox.org
copyright: 2024 Philipp Middendorf
license: GPL-3.0-or-later
license-file: LICENSE
build-type: Simple
extra-source-files:
README.org
source-repository head
type: git
location: https://github.com/pmiddend/simplon-stub-hs
executable simplon-stub
main-is: Main.hs
ghc-options: -Weverything -Wno-missing-safe-haskell-mode -Wno-unsafe -Wno-missing-deriving-strategies -Wno-all-missed-specialisations -Wno-monomorphism-restriction -Wno-safe -Wno-missing-local-signatures -Wno-prepositive-qualified-module -threaded -rtsopts -with-rtsopts=-N -Wno-missing-kind-signatures -Wno-missed-specializations
other-modules: Simplon.Hdf5Raw
, Simplon.Hdf5
, Simplon.Options
, Simplon.Streaming
, Simplon.Util
, Simplon.SeriesId
hs-source-dirs:
app
build-depends:
base >=4.7 && <5
, scotty
, text
, containers
-- for HTTP status codes
, http-types
-- both Simplon HTTP and ZMQ need this
, aeson
-- simplon ZMQ streaming interface
, zeromq4-haskell
-- to calculate MD5 hashes in streaming interface
, crypton
, fast-logger
, bytestring
, optparse-applicative
-- for request logging
, wai-extra
, stm
pkgconfig-depends: hdf5