cabal-version: 1.12 name: okapi version: 0.2.0.0 license: BSD3 license-file: LICENSE copyright: 2022 Monadic Systems LLC maintainer: tech@monadic.systems author: Monadic Systems LLC homepage: https://github.com/monadicsystems/okapi#readme bug-reports: https://github.com/monadicsystems/okapi/issues synopsis: A micro web framework based on monadic parsing description: Please see the README on GitHub at category: Web build-type: Simple extra-source-files: README.md ChangeLog.md source-repository head type: git location: https://github.com/monadicsystems/okapi library exposed-modules: Okapi hs-source-dirs: src other-modules: Paths_okapi default-language: Haskell2010 build-depends: aeson >=1.4.7 && <2.1, attoparsec >=0.14.4 && <0.15, base >=4.7 && <5, base64 >=0.4.2.3 && <0.5, bytestring >=0.10.12.1 && <0.11, containers >=0.6.4.1 && <0.7, cookie >=0.4.5 && <0.5, cryptonite ==0.29.*, extra >=1.7.10 && <1.8, http-api-data >=0.4.3 && <0.5, http-types >=0.12.3 && <0.13, memory >=0.16.0 && <0.17, mmorph >=1.1.5 && <1.2, mtl >=2.2.2 && <2.3, network >=3.1.2.7 && <3.2, parser-combinators >=1.3.0 && <1.4, text >=1.2.5.0 && <1.3, transformers >=0.5.6.2 && <0.6, unagi-chan >=0.4.1.4 && <0.5, vault >=0.3.1.5 && <0.4, wai >=3.2.3 && <3.3, wai-extra >=3.1.8 && <3.2, wai-websockets >=3.0.1.2 && <3.1, warp >=3.3.20 && <3.4, warp-tls >=3.3.2 && <3.4, websockets >=0.12.7.3 && <0.13 executable calculator-exe main-is: Main.hs hs-source-dirs: examples/calculator other-modules: Paths_okapi default-language: Haskell2010 ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: aeson >=1.4.7 && <2.1, attoparsec >=0.14.4 && <0.15, base >=4.7 && <5, base64 >=0.4.2.3 && <0.5, bytestring >=0.10.12.1 && <0.11, containers >=0.6.4.1 && <0.7, cookie >=0.4.5 && <0.5, cryptonite ==0.29.*, extra >=1.7.10 && <1.8, http-api-data >=0.4.3 && <0.5, http-types >=0.12.3 && <0.13, memory >=0.16.0 && <0.17, mmorph >=1.1.5 && <1.2, mtl >=2.2.2 && <2.3, network >=3.1.2.7 && <3.2, okapi -any, parser-combinators >=1.3.0 && <1.4, text >=1.2.5.0 && <1.3, transformers >=0.5.6.2 && <0.6, unagi-chan >=0.4.1.4 && <0.5, vault >=0.3.1.5 && <0.4, wai >=3.2.3 && <3.3, wai-extra >=3.1.8 && <3.2, wai-websockets >=3.0.1.2 && <3.1, warp >=3.3.20 && <3.4, warp-tls >=3.3.2 && <3.4, websockets >=0.12.7.3 && <0.13 executable calculator2-exe main-is: Main.hs hs-source-dirs: examples/calculator2 other-modules: Paths_okapi default-language: Haskell2010 ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: aeson >=2.0.3.0 && <2.1, attoparsec >=0.14.4 && <0.15, base >=4.7 && <5, base64 >=0.4.2.3 && <0.5, bytestring >=0.10.12.1 && <0.11, containers >=0.6.4.1 && <0.7, cookie >=0.4.5 && <0.5, cryptonite ==0.29.*, extra >=1.7.10 && <1.8, http-api-data >=0.4.3 && <0.5, http-types >=0.12.3 && <0.13, memory >=0.16.0 && <0.17, mmorph >=1.1.5 && <1.2, mtl >=2.2.2 && <2.3, network >=3.1.2.7 && <3.2, okapi -any, parser-combinators >=1.3.0 && <1.4, text >=1.2.5.0 && <1.3, transformers >=0.5.6.2 && <0.6, unagi-chan >=0.4.1.4 && <0.5, vault >=0.3.1.5 && <0.4, wai >=3.2.3 && <3.3, wai-extra >=3.1.8 && <3.2, wai-websockets >=3.0.1.2 && <3.1, warp >=3.3.20 && <3.4, warp-tls >=3.3.2 && <3.4, websockets >=0.12.7.3 && <0.13 executable car-dealership-exe main-is: Main.hs hs-source-dirs: examples/car-dealership other-modules: Paths_okapi default-language: Haskell2010 ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: aeson >=1.4.7 && <2.1, attoparsec >=0.14.4 && <0.15, base >=4.7 && <5, base64 >=0.4.2.3 && <0.5, bytestring >=0.10.12.1 && <0.11, containers >=0.6.4.1 && <0.7, cookie >=0.4.5 && <0.5, cryptonite ==0.29.*, extra >=1.7.10 && <1.8, http-api-data >=0.4.3 && <0.5, http-types >=0.12.3 && <0.13, interpolatedstring-perl6 >=1.0.2 && <1.1, memory >=0.16.0 && <0.17, mmorph >=1.1.5 && <1.2, mtl >=2.2.2 && <2.3, network >=3.1.2.7 && <3.2, okapi -any, parser-combinators >=1.3.0 && <1.4, random >=1.2.1 && <1.3, sqlite-simple >=0.4.18.0 && <0.5, text >=1.2.5.0 && <1.3, transformers >=0.5.6.2 && <0.6, unagi-chan >=0.4.1.4 && <0.5, vault >=0.3.1.5 && <0.4, wai >=3.2.3 && <3.3, wai-extra >=3.1.8 && <3.2, wai-websockets >=3.0.1.2 && <3.1, warp >=3.3.20 && <3.4, warp-tls >=3.3.2 && <3.4, websockets >=0.12.7.3 && <0.13 executable sse-exe main-is: Main.hs hs-source-dirs: examples/sse other-modules: Paths_okapi default-language: Haskell2010 ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: aeson >=1.4.7 && <2.1, attoparsec >=0.14.4 && <0.15, base >=4.7 && <5, base64 >=0.4.2.3 && <0.5, bytestring >=0.10.12.1 && <0.11, containers >=0.6.4.1 && <0.7, cookie >=0.4.5 && <0.5, cryptonite ==0.29.*, extra >=1.7.10 && <1.8, http-api-data >=0.4.3 && <0.5, http-types >=0.12.3 && <0.13, memory >=0.16.0 && <0.17, mmorph >=1.1.5 && <1.2, mtl >=2.2.2 && <2.3, network >=3.1.2.7 && <3.2, okapi -any, parser-combinators >=1.3.0 && <1.4, slave-thread >=1.1.0.1 && <1.2, text >=1.2.5.0 && <1.3, time >=1.9.3 && <1.10, transformers >=0.5.6.2 && <0.6, unagi-chan >=0.4.1.4 && <0.5, vault >=0.3.1.5 && <0.4, wai >=3.2.3 && <3.3, wai-extra >=3.1.8 && <3.2, wai-websockets >=3.0.1.2 && <3.1, warp >=3.3.20 && <3.4, warp-tls >=3.3.2 && <3.4, websockets >=0.12.7.3 && <0.13 executable static-exe main-is: Main.hs hs-source-dirs: examples/static other-modules: Paths_okapi default-language: Haskell2010 ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: aeson >=1.4.7 && <2.1, attoparsec >=0.14.4 && <0.15, base >=4.7 && <5, base64 >=0.4.2.3 && <0.5, bytestring >=0.10.12.1 && <0.11, containers >=0.6.4.1 && <0.7, cookie >=0.4.5 && <0.5, cryptonite ==0.29.*, extra >=1.7.10 && <1.8, http-api-data >=0.4.3 && <0.5, http-types >=0.12.3 && <0.13, memory >=0.16.0 && <0.17, mmorph >=1.1.5 && <1.2, mtl >=2.2.2 && <2.3, network >=3.1.2.7 && <3.2, okapi -any, parser-combinators >=1.3.0 && <1.4, text >=1.2.5.0 && <1.3, transformers >=0.5.6.2 && <0.6, unagi-chan >=0.4.1.4 && <0.5, vault >=0.3.1.5 && <0.4, wai >=3.2.3 && <3.3, wai-extra >=3.1.8 && <3.2, wai-websockets >=3.0.1.2 && <3.1, warp >=3.3.20 && <3.4, warp-tls >=3.3.2 && <3.4, websockets >=0.12.7.3 && <0.13 executable todo-exe main-is: Main.hs hs-source-dirs: examples/todo other-modules: Paths_okapi default-language: Haskell2010 ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: aeson >=1.4.7 && <2.1, attoparsec >=0.14.4 && <0.15, base >=4.7 && <5, base64 >=0.4.2.3 && <0.5, bytestring >=0.10.12.1 && <0.11, containers >=0.6.4.1 && <0.7, cookie >=0.4.5 && <0.5, cryptonite ==0.29.*, extra >=1.7.10 && <1.8, http-api-data >=0.4.3 && <0.5, http-types >=0.12.3 && <0.13, memory >=0.16.0 && <0.17, mmorph >=1.1.5 && <1.2, mtl >=2.2.2 && <2.3, network >=3.1.2.7 && <3.2, okapi -any, parser-combinators >=1.3.0 && <1.4, sqlite-simple >=0.4.18.0 && <0.5, text >=1.2.5.0 && <1.3, transformers >=0.5.6.2 && <0.6, unagi-chan >=0.4.1.4 && <0.5, vault >=0.3.1.5 && <0.4, wai >=3.2.3 && <3.3, wai-extra >=3.1.8 && <3.2, wai-websockets >=3.0.1.2 && <3.1, warp >=3.3.20 && <3.4, warp-tls >=3.3.2 && <3.4, websockets >=0.12.7.3 && <0.13 executable todo2-exe main-is: Main.hs hs-source-dirs: examples/todo2 other-modules: Paths_okapi default-language: Haskell2010 ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: aeson >=1.4.7 && <2.1, attoparsec >=0.14.4 && <0.15, base >=4.7 && <5, base64 >=0.4.2.3 && <0.5, bytestring >=0.10.12.1 && <0.11, containers >=0.6.4.1 && <0.7, cookie >=0.4.5 && <0.5, cryptonite ==0.29.*, extra >=1.7.10 && <1.8, http-api-data >=0.4.3 && <0.5, http-types >=0.12.3 && <0.13, memory >=0.16.0 && <0.17, mmorph >=1.1.5 && <1.2, mtl >=2.2.2 && <2.3, network >=3.1.2.7 && <3.2, okapi -any, parser-combinators >=1.3.0 && <1.4, sqlite-simple >=0.4.18.0 && <0.5, text >=1.2.5.0 && <1.3, transformers >=0.5.6.2 && <0.6, unagi-chan >=0.4.1.4 && <0.5, vault >=0.3.1.5 && <0.4, wai >=3.2.3 && <3.3, wai-extra >=3.1.8 && <3.2, wai-websockets >=3.0.1.2 && <3.1, warp >=3.3.20 && <3.4, warp-tls >=3.3.2 && <3.4, websockets >=0.12.7.3 && <0.13 executable todo3-exe main-is: Main.hs hs-source-dirs: examples/todo3 other-modules: Paths_okapi default-language: Haskell2010 ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: aeson >=1.4.7 && <2.1, attoparsec >=0.14.4 && <0.15, base >=4.7 && <5, base64 >=0.4.2.3 && <0.5, bytestring >=0.10.12.1 && <0.11, containers >=0.6.4.1 && <0.7, cookie >=0.4.5 && <0.5, cryptonite ==0.29.*, extra >=1.7.10 && <1.8, http-api-data >=0.4.3 && <0.5, http-types >=0.12.3 && <0.13, interpolatedstring-perl6 >=1.0.2 && <1.1, memory >=0.16.0 && <0.17, mmorph >=1.1.5 && <1.2, mtl >=2.2.2 && <2.3, network >=3.1.2.7 && <3.2, okapi -any, parser-combinators >=1.3.0 && <1.4, sqlite-simple >=0.4.18.0 && <0.5, text >=1.2.5.0 && <1.3, transformers >=0.5.6.2 && <0.6, unagi-chan >=0.4.1.4 && <0.5, vault >=0.3.1.5 && <0.4, wai >=3.2.3 && <3.3, wai-extra >=3.1.8 && <3.2, wai-websockets >=3.0.1.2 && <3.1, warp >=3.3.20 && <3.4, warp-tls >=3.3.2 && <3.4, websockets >=0.12.7.3 && <0.13 executable twitter-clone-exe main-is: Main.hs hs-source-dirs: examples/twitter-clone other-modules: Paths_okapi default-language: Haskell2010 ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: aeson >=1.4.7 && <2.1, attoparsec >=0.14.4 && <0.15, base >=4.7 && <5, base64 >=0.4.2.3 && <0.5, bytestring >=0.10.12.1 && <0.11, containers >=0.6.4.1 && <0.7, cookie >=0.4.5 && <0.5, cryptonite ==0.29.*, extra >=1.7.10 && <1.8, http-api-data >=0.4.3 && <0.5, http-types >=0.12.3 && <0.13, memory >=0.16.0 && <0.17, mmorph >=1.1.5 && <1.2, mtl >=2.2.2 && <2.3, network >=3.1.2.7 && <3.2, okapi -any, parser-combinators >=1.3.0 && <1.4, rel8 >=1.3.1.0 && <1.4, text >=1.2.5.0 && <1.3, transformers >=0.5.6.2 && <0.6, unagi-chan >=0.4.1.4 && <0.5, vault >=0.3.1.5 && <0.4, wai >=3.2.3 && <3.3, wai-extra >=3.1.8 && <3.2, wai-websockets >=3.0.1.2 && <3.1, warp >=3.3.20 && <3.4, warp-tls >=3.3.2 && <3.4, websockets >=0.12.7.3 && <0.13 test-suite okapi-test type: exitcode-stdio-1.0 main-is: Spec.hs hs-source-dirs: test other-modules: Paths_okapi default-language: Haskell2010 ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: aeson >=1.4.7 && <2.1, attoparsec >=0.14.4 && <0.15, base >=4.7 && <5, base64 >=0.4.2.3 && <0.5, bytestring >=0.10.12.1 && <0.11, containers >=0.6.4.1 && <0.7, cookie >=0.4.5 && <0.5, cryptonite ==0.29.*, doctest-parallel >=0.2.2 && <0.3, extra >=1.7.10 && <1.8, http-api-data >=0.4.3 && <0.5, http-types >=0.12.3 && <0.13, memory >=0.16.0 && <0.17, mmorph >=1.1.5 && <1.2, mtl >=2.2.2 && <2.3, network >=3.1.2.7 && <3.2, okapi -any, parser-combinators >=1.3.0 && <1.4, text >=1.2.5.0 && <1.3, transformers >=0.5.6.2 && <0.6, unagi-chan >=0.4.1.4 && <0.5, vault >=0.3.1.5 && <0.4, wai >=3.2.3 && <3.3, wai-extra >=3.1.8 && <3.2, wai-websockets >=3.0.1.2 && <3.1, warp >=3.3.20 && <3.4, warp-tls >=3.3.2 && <3.4, websockets >=0.12.7.3 && <0.13