Skip to content
This repository has been archived by the owner on May 22, 2019. It is now read-only.

Remove dependency on the PureScript compiler #10

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 0 additions & 1 deletion package.yaml
Expand Up @@ -68,7 +68,6 @@ description: Please see the README on GitHub at <https://github.com/nate

dependencies:
- base >= 4.7 && < 5
- purescript == 0.12.1
- prettyprinter == 1.2.1
- megaparsec == 7.0.4
- text
Expand Down
10 changes: 4 additions & 6 deletions purescript-cst.cabal
@@ -1,8 +1,10 @@
-- This file has been generated from package.yaml by hpack version 0.28.2.
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.31.1.
--
-- see: https://github.com/sol/hpack
--
-- hash: a9a1dab08212b4888d3a70a80ef012631da6bfd41f0d7fd9987bd6b736155d8e
-- hash: 02bbe1841b3fcf59c1a8265d6b6f4b4f673805f16aa20f79eae22115266722f9

name: purescript-cst
version: 0.1.0.0
Expand All @@ -14,7 +16,6 @@ copyright: 2019 Nathan Faubion
license: BSD3
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
README.md

Expand Down Expand Up @@ -50,7 +51,6 @@ library
, mtl
, pretty-simple
, prettyprinter ==1.2.1
, purescript ==0.12.1
, text
default-language: Haskell2010

Expand All @@ -73,7 +73,6 @@ executable purescript-cst-exe
, mtl
, pretty-simple
, prettyprinter ==1.2.1
, purescript ==0.12.1
, purescript-cst
, text
default-language: Haskell2010
Expand All @@ -98,7 +97,6 @@ test-suite purescript-cst-test
, mtl
, pretty-simple
, prettyprinter ==1.2.1
, purescript ==0.12.1
, purescript-cst
, text
default-language: Haskell2010
1 change: 0 additions & 1 deletion stack.yaml
Expand Up @@ -2,5 +2,4 @@ resolver: lts-12.21
packages:
- .
extra-deps:
- purescript-0.12.1
- megaparsec-7.0.4