2022-09-21 18:02:50 +02:00
|
|
|
name: etienne-moqueur
|
2023-06-23 14:51:52 +02:00
|
|
|
version: 0.2.1.0
|
2022-09-21 18:02:50 +02:00
|
|
|
license: BSD3
|
|
|
|
author: "etienne"
|
|
|
|
maintainer: "etienne@moqueur.chat"
|
2023-06-19 22:26:09 +02:00
|
|
|
copyright: "2023 etienne"
|
2022-09-21 18:02:50 +02:00
|
|
|
|
|
|
|
extra-source-files:
|
|
|
|
- README.md
|
|
|
|
- CHANGELOG.md
|
|
|
|
|
|
|
|
# Metadata used when publishing your package
|
|
|
|
# synopsis: Short description of your package
|
|
|
|
# category: Web
|
|
|
|
|
|
|
|
# To avoid duplicated efforts in documentation and dealing with the
|
|
|
|
# complications of embedding Haddock markup inside cabal files, it is
|
|
|
|
# common to point users to the README.md file.
|
|
|
|
# description: Please see the README on GitHub at <https://github.com/githubuser/etienne-moqueur#readme>
|
|
|
|
|
|
|
|
dependencies:
|
|
|
|
- base >= 4.7 && < 5
|
|
|
|
- hakyll
|
|
|
|
- clay
|
|
|
|
- text
|
|
|
|
- blaze-html
|
2023-06-19 00:16:25 +02:00
|
|
|
- blaze-markup
|
2022-09-23 17:03:34 +02:00
|
|
|
- array
|
|
|
|
- colour
|
|
|
|
- ansi-terminal
|
2023-06-07 20:03:32 +02:00
|
|
|
- mtl
|
|
|
|
- containers
|
|
|
|
- hashable
|
2023-06-19 21:16:09 +02:00
|
|
|
- split
|
2023-07-03 15:57:43 +02:00
|
|
|
- megaparsec
|
2022-09-21 18:02:50 +02:00
|
|
|
|
|
|
|
ghc-options:
|
|
|
|
- -Wall
|
|
|
|
- -Wcompat
|
|
|
|
- -Widentities
|
|
|
|
- -Wincomplete-record-updates
|
|
|
|
- -Wincomplete-uni-patterns
|
|
|
|
- -Wmissing-export-lists
|
|
|
|
- -Wmissing-home-modules
|
|
|
|
- -Wpartial-fields
|
|
|
|
- -Wredundant-constraints
|
|
|
|
|
|
|
|
default-extensions:
|
|
|
|
OverloadedStrings
|
2022-09-23 17:03:34 +02:00
|
|
|
FlexibleInstances
|
2022-09-21 18:02:50 +02:00
|
|
|
|
|
|
|
library:
|
|
|
|
source-dirs: src
|
|
|
|
|
|
|
|
executables:
|
|
|
|
etienne-moqueur-exe:
|
|
|
|
main: Main.hs
|
|
|
|
source-dirs: app
|
|
|
|
ghc-options:
|
|
|
|
- -threaded
|
|
|
|
- -rtsopts
|
|
|
|
- -with-rtsopts=-N
|
|
|
|
dependencies:
|
|
|
|
- etienne-moqueur
|
|
|
|
|
|
|
|
tests:
|
|
|
|
etienne-moqueur-test:
|
|
|
|
main: Spec.hs
|
|
|
|
source-dirs: test
|
|
|
|
ghc-options:
|
|
|
|
- -threaded
|
|
|
|
- -rtsopts
|
|
|
|
- -with-rtsopts=-N
|
|
|
|
dependencies:
|
|
|
|
- etienne-moqueur
|