aboutsummaryrefslogtreecommitdiff
path: root/html-test/src/BundledPatterns2.hs
diff options
context:
space:
mode:
Diffstat (limited to 'html-test/src/BundledPatterns2.hs')
-rw-r--r--html-test/src/BundledPatterns2.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/html-test/src/BundledPatterns2.hs b/html-test/src/BundledPatterns2.hs
index c4123535..6f1b61f5 100644
--- a/html-test/src/BundledPatterns2.hs
+++ b/html-test/src/BundledPatterns2.hs
@@ -1,6 +1,5 @@
{-# LANGUAGE Haskell2010 #-}
-{-# LANGUAGE DataKinds, GADTs, KindSignatures, PatternSynonyms, TypeOperators,
- ViewPatterns #-}
+{-# LANGUAGE DataKinds, GADTs, KindSignatures, PatternSynonyms #-}
module BundledPatterns2 (Vec((:>), Empty), RTree(..)) where
import GHC.TypeLits