@@ -31,7 +31,8 @@ library
3131 filepath -any,
3232 mtl >= 2.1.0 && < 2.3.0 ,
3333 parsec -any,
34- transformers >= 0.4.0 && < 0.5 ,
34+ transformers >= 0.3.0 && < 0.5 ,
35+ transformers-compat >= 0.3.0 ,
3536 utf8-string >= 1 && < 2 ,
3637 pattern-arrows >= 0.0.2 && < 0.1 ,
3738 file-embed >= 0.0.7 && < 0.0.8 ,
@@ -133,7 +134,7 @@ executable psc
133134executable psc-make
134135 build-depends : base >= 4 && < 5 , containers -any, directory -any, filepath -any,
135136 mtl -any, optparse-applicative >= 0.10.0 , parsec -any, purescript -any,
136- transformers -any
137+ transformers -any, transformers-compat -any
137138 main-is : Main.hs
138139 buildable : True
139140 hs-source-dirs : psc-make
@@ -144,7 +145,7 @@ executable psci
144145 build-depends : base >= 4 && < 5 , containers -any, directory -any, filepath -any,
145146 mtl -any, optparse-applicative >= 0.10.0 , parsec -any,
146147 haskeline >= 0.7.0.0 , purescript -any, transformers -any,
147- process -any
148+ transformers-compat -any, process -any
148149
149150 main-is : Main.hs
150151 buildable : True
@@ -189,7 +190,7 @@ test-suite psci-tests
189190 build-depends : base >= 4 && < 5 , containers -any, directory -any, filepath -any,
190191 mtl -any, optparse-applicative >= 0.10.0 , parsec -any,
191192 haskeline >= 0.7.0.0 , purescript -any, transformers -any,
192- process -any, HUnit -any
193+ transformers-compat -any, process -any, HUnit -any
193194 type : exitcode-stdio-1.0
194195 main-is : Main.hs
195196 buildable : True
0 commit comments