Skip to content

Commit dc43572

Browse files
authored
Add TypeOperators to default-extensions (#112)
* Fixes #106
1 parent c2a855f commit dc43572

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

dlist.cabal

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ library
5454
exposed-modules: Data.DList.DNonEmpty
5555
other-modules: Data.DList.DNonEmpty.Internal
5656
default-language: Haskell2010
57+
default-extensions: TypeOperators
5758
ghc-options: -Wall
5859
if impl(ghc >= 8.0)
5960
ghc-options: -Wcompat

0 commit comments

Comments
 (0)