diff --git a/stack.yaml b/stack.yaml index 2168e995..7c0e6355 100644 --- a/stack.yaml +++ b/stack.yaml @@ -1,10 +1,7 @@ -resolver: lts-6.25 +resolver: lts-8.5 flags: {} packages: - '.' extra-deps: -- purescript-0.11.1 -- bower-json-1.0.0.1 -- language-javascript-0.6.0.9 -- optparse-applicative-0.13.2.0 -- parsec-3.1.11 +- purescript-0.11.2 +- pipes-http-1.0.5 diff --git a/trypurescript.cabal b/trypurescript.cabal index 46706058..d8968c68 100644 --- a/trypurescript.cabal +++ b/trypurescript.cabal @@ -1,5 +1,5 @@ name: trypurescript -version: 0.11.1 +version: 0.11.2 cabal-version: >=1.8 build-type: Simple license: BSD3 @@ -20,10 +20,10 @@ executable trypurescript filepath -any, Glob -any, scotty -any, - purescript ==0.11.1, + purescript ==0.11.2, containers -any, http-types >= 0.8.5, - transformers ==0.4.*, + transformers ==0.5.*, mtl ==2.2.1, parsec, text -any,