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: aeson >=2.2.3 && <2.3 , 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-street >=0.2.2 && <0.3 , 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: aeson >=2.2.3 && <2.3 , 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-street >=0.2.2 && <0.3 , 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: aeson >=2.2.3 && <2.3 , 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-street >=0.2.2 && <0.3 , 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