11name : purescript
2- version : 0.6.3
2+ version : 0.6.4
33cabal-version : >= 1.8
44build-type : Simple
55license : MIT
@@ -32,7 +32,7 @@ library
3232 mtl >= 2.1.0 && < 2.3.0 ,
3333 parsec -any,
3434 transformers >= 0.3 && < 0.5 ,
35- utf8-string -any ,
35+ utf8-string >= 1 ,
3636 pattern-arrows >= 0.0.2 && < 0.1 ,
3737 monad-unify >= 0.2.2 && < 0.3 ,
3838 file-embed >= 0.0.7 && < 0.0.8 ,
@@ -119,7 +119,7 @@ library
119119executable psc
120120 build-depends : base >= 4 && < 5 , containers -any, directory -any, filepath -any,
121121 mtl -any, optparse-applicative >= 0.10.0 , parsec -any, purescript -any,
122- transformers -any, utf8-string -any
122+ transformers -any, utf8-string >= 1
123123 main-is : Main.hs
124124 buildable : True
125125 hs-source-dirs : psc
@@ -129,7 +129,7 @@ executable psc
129129executable psc-make
130130 build-depends : base >= 4 && < 5 , containers -any, directory -any, filepath -any,
131131 mtl -any, optparse-applicative >= 0.10.0 , parsec -any, purescript -any,
132- transformers -any, utf8-string -any
132+ transformers -any, utf8-string >= 1
133133 main-is : Main.hs
134134 buildable : True
135135 hs-source-dirs : psc-make
@@ -140,7 +140,7 @@ executable psci
140140 build-depends : base >= 4 && < 5 , containers -any, directory -any, filepath -any,
141141 mtl -any, optparse-applicative >= 0.10.0 , parsec -any,
142142 haskeline >= 0.7.0.0 , purescript -any, transformers -any,
143- utf8-string -any , process -any
143+ utf8-string >= 1 , process -any
144144
145145 main-is : Main.hs
146146 buildable : True
@@ -150,7 +150,7 @@ executable psci
150150 ghc-options : -Wall -fno-warn-warnings-deprecations -O2
151151
152152executable psc-docs
153- build-depends : base >= 4 && < 5 , purescript -any, utf8-string -any ,
153+ build-depends : base >= 4 && < 5 , purescript -any, utf8-string >= 1 ,
154154 optparse-applicative >= 0.10.0 , process -any, mtl -any
155155 main-is : Main.hs
156156 buildable : True
@@ -159,7 +159,7 @@ executable psc-docs
159159 ghc-options : -Wall -fno-warn-warnings-deprecations -O2
160160
161161executable hierarchy
162- build-depends : base >= 4 && < 5 , purescript -any, utf8-string -any , optparse-applicative >= 0.10.0 ,
162+ build-depends : base >= 4 && < 5 , purescript -any, utf8-string >= 1 , optparse-applicative >= 0.10.0 ,
163163 process -any, mtl -any, parsec -any, filepath -any, directory -any
164164 main-is : Main.hs
165165 buildable : True
@@ -170,7 +170,7 @@ executable hierarchy
170170test-suite tests
171171 build-depends : base >= 4 && < 5 , containers -any, directory -any,
172172 filepath -any, mtl -any, parsec -any, purescript -any,
173- transformers -any, utf8-string -any , process -any
173+ transformers -any, utf8-string >= 1 , process -any
174174 type : exitcode-stdio-1.0
175175 main-is : Main.hs
176176 buildable : True
0 commit comments