Skip to content

Commit a2d9883

Browse files
committed
Enable QuasiQuotes by default
1 parent f116689 commit a2d9883

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Main.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,5 +246,5 @@ badExtensions =
246246
,TransformListComp -- steals the group keyword
247247
,XmlSyntax, RegularPatterns -- steals a-b
248248
,UnboxedTuples -- breaks (#) lens operator
249-
,QuasiQuotes -- breaks [x| ...], making whitespace free list comps break
249+
-- ,QuasiQuotes -- breaks [x| ...], making whitespace free list comps break
250250
]

structured-haskell-mode.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: structured-haskell-mode
2-
version: 1.0.17
2+
version: 1.0.18
33
synopsis: Structured editing Emacs mode for Haskell
44
description: Structured editing Emacs mode for Haskell.
55
homepage: https://github.com/chrisdone/structured-haskell-mode

0 commit comments

Comments
 (0)