Skip to content
Snippets Groups Projects
Verified Commit 9fc11bc4 authored by jan.hamal.dvorak's avatar jan.hamal.dvorak
Browse files

Fix some cabal warnings

parent 927c340e
Branches
No related tags found
No related merge requests found
...@@ -29,6 +29,8 @@ source-repository head ...@@ -29,6 +29,8 @@ source-repository head
location: https://github.com/mordae/hikaru location: https://github.com/mordae/hikaru
common common common common
default-language: Haskell2010
default-extensions: default-extensions:
AllowAmbiguousTypes AllowAmbiguousTypes
BlockArguments BlockArguments
...@@ -123,30 +125,6 @@ test-suite spec ...@@ -123,30 +125,6 @@ test-suite spec
Hikaru.Test Hikaru.Test
Paths_hikaru Paths_hikaru
default-extensions:
AllowAmbiguousTypes
BlockArguments
DataKinds
DefaultSignatures
DeriveGeneric
EmptyDataDecls
FlexibleContexts
FlexibleInstances
GADTs
GeneralizedNewtypeDeriving
ImportQualifiedPost
KindSignatures
LambdaCase
MultiParamTypeClasses
NamedFieldPuns
NoImplicitPrelude
OverloadedStrings
RankNTypes
RecordWildCards
ScopedTypeVariables
StandaloneDeriving
UndecidableInstances
ghc-options: ghc-options:
-threaded -threaded
-rtsopts -rtsopts
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment