We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fa5b58 commit 60658a1Copy full SHA for 60658a1
FixWhitespace.hs
@@ -5,7 +5,7 @@
5
module Main where
6
7
import Control.Monad
8
-import Control.Monad.Trans.Writer.CPS
+import Control.Monad.Trans.Writer.Strict
9
import Control.Exception (IOException, handle)
10
11
import Data.Char as Char
fix-whitespace.cabal
@@ -60,7 +60,7 @@ executable fix-whitespace
60
, filepattern >= 0.1.3 && < 0.2
61
-- filepattern 0.1.3 fixes issue fix-whitespace#9
62
, text >= 1.2.3.0 && < 1.3 || == 2.0.*
63
- , transformers >= 0.5.6 && < 0.6
+ , transformers >= 0.5.2.0 && < 0.7
64
, yaml >= 0.8.4 && < 0.12
65
66
-- ASR (2018-10-16).
0 commit comments