cabal-version: >=1.10 -- Initial package description 'koodihaaste.cabal' generated by 'cabal -- init'. For further documentation, see -- http://haskell.org/cabal/users-guide/ name: koodihaaste version: 0.1.0.0 -- synopsis: -- description: -- bug-reports: license: BSD3 license-file: LICENSE author: Mats Rauhala maintainer: mats.rauhala@iki.fi -- copyright: -- category: build-type: Simple extra-source-files: CHANGELOG.md executable koodihaaste ghc-options: -threaded -O2 -rtsopts main-is: Main.hs other-modules: Data.Language , Data.NGram , Data.Caesar , API , Server , Solidabis.API , Control.Monad.App , Control.Lens , Data.Config -- other-extensions: build-depends: base >=4.12 && <4.13 , servant , servant-server , optparse-generic , servant-client , servant-client-core , text , aeson , http-client-tls , mtl , bytestring , containers , servant-lucid , lucid , warp , yaml , parallel hs-source-dirs: src default-language: Haskell2010