yammat.cabal: add newly required language extensions
This commit is contained in:
parent
0a0e9e424c
commit
3bb3e3bb0d
1 changed files with 3 additions and 0 deletions
|
@ -65,6 +65,9 @@ library
|
||||||
ViewPatterns
|
ViewPatterns
|
||||||
TupleSections
|
TupleSections
|
||||||
RecordWildCards
|
RecordWildCards
|
||||||
|
DerivingStrategies
|
||||||
|
StandaloneDeriving
|
||||||
|
UndecidableInstances
|
||||||
|
|
||||||
build-depends: base >= 4 && < 5
|
build-depends: base >= 4 && < 5
|
||||||
, yesod >= 1.6
|
, yesod >= 1.6
|
||||||
|
|
Loading…
Reference in a new issue