Skip to content

Commit

Permalink
Use GHC2021
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Dec 17, 2024
1 parent 169fe5a commit 7b110a2
Showing 1 changed file with 1 addition and 31 deletions.
32 changes: 1 addition & 31 deletions haskell-template.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -34,44 +34,14 @@ common shared
relude

default-extensions:
BangPatterns
ConstraintKinds
DataKinds
DeriveDataTypeable
DeriveFoldable
DeriveFunctor
DeriveGeneric
DeriveLift
DeriveTraversable
DerivingStrategies
DerivingVia
EmptyCase
EmptyDataDecls
EmptyDataDeriving
ExistentialQuantification
ExplicitForAll
FlexibleContexts
FlexibleInstances
GADTSyntax
GeneralisedNewtypeDeriving
ImportQualifiedPost
KindSignatures
LambdaCase
MultiParamTypeClasses
MultiWayIf
NoStarIsType
NumericUnderscores
OverloadedStrings
PolyKinds
PostfixOperators
RankNTypes
ScopedTypeVariables
StandaloneDeriving
StandaloneKindSignatures
TupleSections
TypeApplications
TypeFamilies
TypeOperators
ViewPatterns

build-depends:
Expand All @@ -90,7 +60,7 @@ common shared
, with-utf8

hs-source-dirs: src
default-language: Haskell2010
default-language: GHC2021

executable haskell-template
import: shared
Expand Down

0 comments on commit 7b110a2

Please sign in to comment.