summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmake_osx_package.sh2
-rw-r--r--stack.hsb2hs.yaml4
2 files changed, 1 insertions, 5 deletions
diff --git a/make_osx_package.sh b/make_osx_package.sh
index a7ffdb2b9..293599d47 100755
--- a/make_osx_package.sh
+++ b/make_osx_package.sh
@@ -23,7 +23,7 @@ rm -rf $DIST
mkdir -p $DIST
mkdir -p $RESOURCES
stack setup
-which hsb2hs || stack install --stack-yaml=stack.hsb2hs.yaml
+which hsb2hs || stack install hsb2hs
echo Building pandoc...
stack clean
diff --git a/stack.hsb2hs.yaml b/stack.hsb2hs.yaml
deleted file mode 100644
index be12b37d5..000000000
--- a/stack.hsb2hs.yaml
+++ /dev/null
@@ -1,4 +0,0 @@
-packages:
-- 'https://hackage.haskell.org/package/preprocessor-tools-1.0.1/preprocessor-tools-1.0.1.tar.gz'
-- 'https://hackage.haskell.org/package/hsb2hs-0.3.1/hsb2hs-0.3.1.tar.gz'
-resolver: lts-6.5