ebook-manager/frontend/frontend.cabal

33 lines
918 B
Plaintext
Raw Normal View History

2018-11-12 22:58:50 +02:00
-- Initial frontend.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: frontend
version: 0.1.0.0
-- synopsis:
-- description:
license: BSD3
license-file: LICENSE
author: Mats Rauhala
maintainer: mats.rauhala@iki.fi
-- copyright:
category: Web
build-type: Simple
extra-source-files: ChangeLog.md
cabal-version: >=1.10
executable frontend
main-is: Main.hs
-- other-modules:
-- other-extensions:
build-depends: base >=4.11 && <4.12
2019-01-22 22:40:44 +02:00
, common
, generic-lens
2018-11-12 22:58:50 +02:00
, jsaddle-warp
2019-01-22 22:40:44 +02:00
, lens
, miso
2018-11-12 22:58:50 +02:00
, mtl
2019-01-22 22:40:44 +02:00
, servant
2018-11-12 22:58:50 +02:00
hs-source-dirs: src
default-language: Haskell2010
2019-01-22 22:40:44 +02:00
ghc-options: -Wall