88 lines
2.6 KiB
Text
88 lines
2.6 KiB
Text
cabal-version: 2.2
|
|
|
|
-- This file has been generated from package.yaml by hpack version 0.37.0.
|
|
--
|
|
-- see: https://github.com/sol/hpack
|
|
|
|
name: hs-server
|
|
version: 0.1.0.0
|
|
description: Please see README.md
|
|
author: mtgmonkey
|
|
maintainer: mtgmonkey
|
|
copyright: 2025 mtgmonkey
|
|
license: BSD-3-Clause
|
|
license-file: LICENSE
|
|
build-type: Simple
|
|
extra-source-files:
|
|
README.md
|
|
CHANGELOG.md
|
|
|
|
library
|
|
exposed-modules:
|
|
ElmskellTypes
|
|
other-modules:
|
|
Paths_hs_server
|
|
autogen-modules:
|
|
Paths_hs_server
|
|
hs-source-dirs:
|
|
src
|
|
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints
|
|
build-depends:
|
|
base >=4.19.2 && <4.20
|
|
, blaze-html >=0.9.2 && <0.10
|
|
, blaze-markup >=0.8.3 && <0.9
|
|
, directory >=1.3.8 && <1.4
|
|
, elm-bridge >=0.8.4 && <0.9
|
|
, http-types >=0.12.4 && <0.13
|
|
, scotty ==0.22.*
|
|
, text >=2.1.1 && <2.2
|
|
, wai-extra >=3.1.16 && <3.2
|
|
, warp >=3.4.7 && <3.5
|
|
default-language: Haskell2010
|
|
|
|
executable hs-server-exe
|
|
main-is: Main.hs
|
|
other-modules:
|
|
Paths_hs_server
|
|
autogen-modules:
|
|
Paths_hs_server
|
|
hs-source-dirs:
|
|
app
|
|
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N
|
|
build-depends:
|
|
base >=4.19.2 && <4.20
|
|
, blaze-html >=0.9.2 && <0.10
|
|
, blaze-markup >=0.8.3 && <0.9
|
|
, directory >=1.3.8 && <1.4
|
|
, elm-bridge >=0.8.4 && <0.9
|
|
, hs-server
|
|
, http-types >=0.12.4 && <0.13
|
|
, scotty ==0.22.*
|
|
, text >=2.1.1 && <2.2
|
|
, wai-extra >=3.1.16 && <3.2
|
|
, warp >=3.4.7 && <3.5
|
|
default-language: Haskell2010
|
|
|
|
test-suite hs-server-test
|
|
type: exitcode-stdio-1.0
|
|
main-is: Spec.hs
|
|
other-modules:
|
|
Paths_hs_server
|
|
autogen-modules:
|
|
Paths_hs_server
|
|
hs-source-dirs:
|
|
test
|
|
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N
|
|
build-depends:
|
|
base >=4.19.2 && <4.20
|
|
, blaze-html >=0.9.2 && <0.10
|
|
, blaze-markup >=0.8.3 && <0.9
|
|
, directory >=1.3.8 && <1.4
|
|
, elm-bridge >=0.8.4 && <0.9
|
|
, hs-server
|
|
, http-types >=0.12.4 && <0.13
|
|
, scotty ==0.22.*
|
|
, text >=2.1.1 && <2.2
|
|
, wai-extra >=3.1.16 && <3.2
|
|
, warp >=3.4.7 && <3.5
|
|
default-language: Haskell2010
|