From fc26fe13cb4bfe7e19e9746f79cfd3120df01ac5 Mon Sep 17 00:00:00 2001 From: Sean Leather Date: Fri, 1 Sep 2023 19:14:25 +0200 Subject: [PATCH] Add TypeOperators to default-extensions * Fixes #106 --- dlist.cabal | 1 + 1 file changed, 1 insertion(+) diff --git a/dlist.cabal b/dlist.cabal index dc6d002..753953f 100644 --- a/dlist.cabal +++ b/dlist.cabal @@ -54,6 +54,7 @@ library exposed-modules: Data.DList.DNonEmpty other-modules: Data.DList.DNonEmpty.Internal default-language: Haskell2010 + default-extensions: TypeOperators ghc-options: -Wall if impl(ghc >= 8.0) ghc-options: -Wcompat