summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2019-05-02 22:14:18 +0200
committerRoman Smrž <roman.smrz@seznam.cz>2019-05-02 22:14:18 +0200
commit4b722b1ca195e70e2ac6518d88f79eb40a1095b2 (patch)
tree11b62bcf5d078a81e4c9d9c06aa5704792787e34
parentd6ae20e484eed27e5f7b9cb36905b529fdeec2fa (diff)
Cabal: change 'extensions' to 'default-extensions'
-rw-r--r--erebos.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/erebos.cabal b/erebos.cabal
index e22b5bc..a276519 100644
--- a/erebos.cabal
+++ b/erebos.cabal
@@ -19,7 +19,7 @@ executable erebos
main-is: Main.hs
other-modules: Storage
- extensions: FlexibleContexts,
+ default-extensions: FlexibleContexts,
FlexibleInstances,
LambdaCase,
TupleSections