Skip to content

Commit 60658a1

Browse files
ulysses4everandreasabel
authored andcommitted
support older transformers
1 parent 0fa5b58 commit 60658a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

FixWhitespace.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
module Main where
66

77
import Control.Monad
8-
import Control.Monad.Trans.Writer.CPS
8+
import Control.Monad.Trans.Writer.Strict
99
import Control.Exception (IOException, handle)
1010

1111
import Data.Char as Char

fix-whitespace.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ executable fix-whitespace
6060
, filepattern >= 0.1.3 && < 0.2
6161
-- filepattern 0.1.3 fixes issue fix-whitespace#9
6262
, text >= 1.2.3.0 && < 1.3 || == 2.0.*
63-
, transformers >= 0.5.6 && < 0.6
63+
, transformers >= 0.5.2.0 && < 0.7
6464
, yaml >= 0.8.4 && < 0.12
6565

6666
-- ASR (2018-10-16).

0 commit comments

Comments
 (0)