Skip to content

Commit

Permalink
Merge pull request #29 from himanoa/enable-recommended-extensions
Browse files Browse the repository at this point in the history
Enable rio's recommended language pragmas
  • Loading branch information
himanoa authored May 15, 2024
2 parents 371685e 5fcee98 commit ac5d0b9
Show file tree
Hide file tree
Showing 2 changed files with 77 additions and 1 deletion.
38 changes: 38 additions & 0 deletions package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 59,44 @@ library:
source-dirs: src
default-extensions:
- NoImplicitPrelude
- AutoDeriveTypeable
- BangPatterns
- BinaryLiterals
- ConstraintKinds
- DataKinds
- DefaultSignatures
- DeriveDataTypeable
- DeriveFoldable
- DeriveFunctor
- DeriveGeneric
- DeriveTraversable
- DoAndIfThenElse
- EmptyDataDecls
- ExistentialQuantification
- FlexibleContexts
- FlexibleInstances
- FunctionalDependencies
- GADTs
- GeneralizedNewtypeDeriving
- InstanceSigs
- KindSignatures
- LambdaCase
- MultiParamTypeClasses
- MultiWayIf
- NamedFieldPuns
- NoImplicitPrelude
- OverloadedStrings
- PartialTypeSignatures
- PatternGuards
- PolyKinds
- RankNTypes
- RecordWildCards
- ScopedTypeVariables
- StandaloneDeriving
- TupleSections
- TypeFamilies
- TypeSynonymInstances
- ViewPatterns

executables:
uzi-exe:
Expand Down
40 changes: 39 additions & 1 deletion uzi.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 5,7 @@ cabal-version: 2.2
-- see: https://github.com/sol/hpack

name: uzi
version: 0.2.1.0
version: 0.2.2.0
description: Please see the README on GitHub at <https://github.com/githubuser/uzi#readme>
homepage: https://github.com/githubuser/uzi#readme
bug-reports: https://github.com/githubuser/uzi/issues
Expand Down Expand Up @@ -98,6 98,44 @@ library
src
default-extensions:
NoImplicitPrelude
AutoDeriveTypeable
BangPatterns
BinaryLiterals
ConstraintKinds
DataKinds
DefaultSignatures
DeriveDataTypeable
DeriveFoldable
DeriveFunctor
DeriveGeneric
DeriveTraversable
DoAndIfThenElse
EmptyDataDecls
ExistentialQuantification
FlexibleContexts
FlexibleInstances
FunctionalDependencies
GADTs
GeneralizedNewtypeDeriving
InstanceSigs
KindSignatures
LambdaCase
MultiParamTypeClasses
MultiWayIf
NamedFieldPuns
NoImplicitPrelude
OverloadedStrings
PartialTypeSignatures
PatternGuards
PolyKinds
RankNTypes
RecordWildCards
ScopedTypeVariables
StandaloneDeriving
TupleSections
TypeFamilies
TypeSynonymInstances
ViewPatterns
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints
build-depends:
aeson
Expand Down

0 comments on commit ac5d0b9

Please sign in to comment.