[commit: ghc] wip/issue15622: Data.Fixed: fix test (fbcafa8)

git at git.haskell.org git at git.haskell.org
Wed Mar 13 15:21:52 UTC 2019


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/issue15622
Link       : http://ghc.haskell.org/trac/ghc/changeset/fbcafa801cb61cfa71e7b363f81798a31ba0737a/ghc

>---------------------------------------------------------------

commit fbcafa801cb61cfa71e7b363f81798a31ba0737a
Author: Ashley Yakeley <ashley at semantic.org>
Date:   Tue Mar 12 11:14:58 2019 -0700

    Data.Fixed: fix test


>---------------------------------------------------------------

fbcafa801cb61cfa71e7b363f81798a31ba0737a
 libraries/base/tests/fixed.hs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libraries/base/tests/fixed.hs b/libraries/base/tests/fixed.hs
index d19bda0..355987c 100644
--- a/libraries/base/tests/fixed.hs
+++ b/libraries/base/tests/fixed.hs
@@ -1,3 +1,4 @@
+{-# LANGUAGE PolyKinds #-}
 {-# OPTIONS_GHC -Wall -Werror #-}
 
 module Main where



More information about the ghc-commits mailing list