From 9712c3a2eefece999b62d257b815bd8e28987f28 Mon Sep 17 00:00:00 2001 From: Eric Mertens <emertens@gmail.com> Date: Fri, 30 Oct 2015 19:58:10 -0700 Subject: [PATCH] Fix test section --- utf8-string.cabal | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/utf8-string.cabal b/utf8-string.cabal index c780ae5..96e624f 100644 --- a/utf8-string.cabal +++ b/utf8-string.cabal @@ -36,4 +36,5 @@ library test-suite unit-tests type: exitcode-stdio-1.0 main-is: tests/Tests.hs - build-depends: HUnit >= 1.3 && < 1.4 + build-depends: base, HUnit >= 1.3 && < 1.4 + default-language: Haskell2010 -- GitLab