matcha-0.0.0.1: matcha.cabal
cabal-version: 2.2
-- This file has been generated from package.yaml by hpack version 0.35.1.
--
-- see: https://github.com/sol/hpack
name: matcha
version: 0.0.0.1
description: Please see the README on GitHub at <https://github.com/rashadg1030/matcha#readme>
homepage: https://github.com/rashadg1030/matcha#readme
bug-reports: https://github.com/rashadg1030/matcha/issues
author: Rashad Gover
maintainer: phantomtype@protonmail.com
category: Web, HTTP
synopsis: A micro web framework based on pattern matching
copyright: 2024 Rashad Gover
license: BSD-3-Clause
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
CHANGELOG.md
source-repository head
type: git
location: https://github.com/rashadg1030/matcha
library
exposed-modules:
Matcha
Matcha.Body
Matcha.Headers
Matcha.Method
Matcha.Path
Matcha.Query
other-modules:
Paths_matcha
autogen-modules:
Paths_matcha
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.7 && <5,
http-api-data >= 0.6 && < 0.7,
text >= 2.0.2 && < 2.1,
http-types >= 0.12.4 && < 0.13,
wai >= 3.2.4 && < 3.3,
default-language: Haskell2010
executable matcha-exe
main-is: Main.hs
other-modules:
Paths_matcha
autogen-modules:
Paths_matcha
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.7 && <5
, matcha
default-language: Haskell2010
test-suite matcha-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
Paths_matcha
autogen-modules:
Paths_matcha
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.7 && <5
, matcha
default-language: Haskell2010