From 2c53bc5d211b02dbebe4b1a57d42fe76a12c0134 Mon Sep 17 00:00:00 2001 From: Laura Martins Date: Sun, 16 Apr 2017 01:13:24 -0300 Subject: [PATCH] Resolvendo problemas do cabal: base --- JogoDaVelha.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JogoDaVelha.cabal b/JogoDaVelha.cabal index ebc3444..3ad27a3 100644 --- a/JogoDaVelha.cabal +++ b/JogoDaVelha.cabal @@ -20,6 +20,6 @@ executable JogoDaVelha main-is: Main.hs -- other-modules: other-extensions: FlexibleInstances - build-depends: base >=4.8 && <4.9 + build-depends: base >=4.8 hs-source-dirs: src default-language: Haskell2010 \ No newline at end of file