aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.yaml
diff options
context:
space:
mode:
authorMarvin Borner2022-08-07 18:11:21 +0200
committerMarvin Borner2022-08-07 18:13:00 +0200
commita614ac0ed73ae6e12c0c15d057c93a5c96d1e08c (patch)
treeaaae1668cfaa4c51608e026a8eaf2c37452a48b9 /package.yaml
parentd2a5d69f42d74e8382ca29c8c166eba3a79d20d5 (diff)
Things
lol
Diffstat (limited to 'package.yaml')
-rw-r--r--package.yaml11
1 files changed, 9 insertions, 2 deletions
diff --git a/package.yaml b/package.yaml
index 120d0e4..7ce52be 100644
--- a/package.yaml
+++ b/package.yaml
@@ -20,7 +20,7 @@ data-files:
# 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/bruijn#readme>
+description: Please see the README on GitHub at <https://github.com/marvinborner/bruijn>
default-extensions:
- LambdaCase
@@ -39,13 +39,20 @@ dependencies:
library:
source-dirs: src
+ ghc-options:
+ - -Wall
+ - -Wextra
+ - -Werror
+ - -Wincomplete-uni-patterns
+ - -Wincomplete-record-updates
+ - -Widentities
+ - -Wredundant-constraints
executables:
bruijn:
main: Main.hs
source-dirs: app
ghc-options:
- - -Wall
- -threaded
- -rtsopts
- -with-rtsopts=-N