about summary refs log tree commit diff
path: root/package.yaml
diff options
context:
space:
mode:
authorPaweł Dybiec <pawel.to.malpa@gmail.com>2020-01-19 22:59:54 +0100
committerPaweł Dybiec <pawel.to.malpa@gmail.com>2020-01-19 22:59:54 +0100
commit0c815fa3eb480ae5e05370699cead004d81cf65c (patch)
tree93d52978256d18d5ab47f1e247fc31539166f3e4 /package.yaml
parentMore tests (diff)
Add Except monad, and destructors for records and variants
Diffstat (limited to 'package.yaml')
-rw-r--r--package.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/package.yaml b/package.yaml
index ebbce42..7c48f52 100644
--- a/package.yaml
+++ b/package.yaml
@@ -21,6 +21,7 @@ description:         Please see the README on GitHub at <https://github.com/dyni
 
 dependencies:
 - base >= 4.7 && < 5
+- mtl >= 2.2
 
 library:
   source-dirs: src
@@ -33,6 +34,7 @@ executables:
     - -threaded
     - -rtsopts
     - -with-rtsopts=-N
+    - -Wall
     dependencies:
     - wpp
 
@@ -44,6 +46,7 @@ tests:
     - -threaded
     - -rtsopts
     - -with-rtsopts=-N
+    - -Wall
     dependencies:
     - wpp
     - hspec