33 lines
916 B
Plaintext
33 lines
916 B
Plaintext
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:
|
|
license-file: LICENSE
|
|
author: Mats Rauhala
|
|
maintainer: mats.rauhala@iki.fi
|
|
-- copyright:
|
|
-- category:
|
|
build-type: Simple
|
|
extra-source-files: CHANGELOG.md
|
|
|
|
executable koodihaaste
|
|
main-is: Main.hs
|
|
other-modules: Data.Language
|
|
, Data.NGram
|
|
, Data.Caesar
|
|
-- other-extensions:
|
|
build-depends: base >=4.12 && <4.13
|
|
, servant
|
|
, servant-server
|
|
, text
|
|
, containers
|
|
hs-source-dirs: src
|
|
default-language: Haskell2010
|