From 6435d2de70771eaefa2ad062dd89631ea1c0f2c6 Mon Sep 17 00:00:00 2001 From: Andrew Martin Date: Tue, 8 Jan 2019 14:36:24 -0500 Subject: [PATCH] add a lower bound 0.68.5 for hsc2hs tool dependency --- posix-api.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posix-api.cabal b/posix-api.cabal index 9386453..7fc5f6a 100644 --- a/posix-api.cabal +++ b/posix-api.cabal @@ -90,7 +90,7 @@ library c-sources: cbits/HaskellPosix.c include-dirs: include includes: HaskellPosix.h - build-tools: hsc2hs + build-tool-depends: hsc2hs:hsc2hs >= 0.68.5 test-suite test type: exitcode-stdio-1.0