Skip to content

Commit

Permalink
fixup! [Chore] Account for new (~) operator
Browse files Browse the repository at this point in the history
  • Loading branch information
Martoon-00 committed Jul 4, 2023
1 parent 0b9fe96 commit e7f4592
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions universum.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ common common-options

default-language: Haskell2010

default-extensions: TypeOperators

library
import: common-options
hs-source-dirs: src
Expand Down Expand Up @@ -112,10 +114,8 @@ library
, vector

ghc-options: -Wimplicit-prelude
default-extensions: ExplicitNamespaces
NoImplicitPrelude
default-extensions: NoImplicitPrelude
OverloadedStrings
TypeOperators

test-suite universum-test
import: common-options
Expand Down Expand Up @@ -145,9 +145,6 @@ test-suite universum-test

ghc-options: -threaded

default-extensions: ExplicitNamespaces
TypeOperators

test-suite universum-doctest
import: common-options
if os(windows)
Expand Down Expand Up @@ -185,7 +182,5 @@ benchmark universum-benchmark
if impl(ghc >= 8.10.1)
ghc-options: -Wno-missing-safe-haskell-mode

default-extensions: ExplicitNamespaces
NoImplicitPrelude
default-extensions: NoImplicitPrelude
ScopedTypeVariables
TypeOperators

0 comments on commit e7f4592

Please sign in to comment.