Skip to content
Snippets Groups Projects
Commit f72f8be2 authored by Daniel Firth's avatar Daniel Firth
Browse files

default-language: Haskell2010 -> GHC2021

default-extensions: remove GHC2021
parent 47298f2d
Branches
Tags
No related merge requests found
......@@ -24,7 +24,6 @@ library
default-extensions:
DataKinds
DerivingStrategies
GHC2021
ghc-options:
-Weverything -Wno-all-missed-specialisations -Wno-implicit-prelude
......@@ -38,4 +37,4 @@ library
, path-dhall-instance
, text
default-language: Haskell2010
default-language: GHC2021
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment