[commit: base] type-nats: Change extension name to match current GHC head. (db7de44)
Iavor Diatchki
diatchki at galois.com
Wed Jan 25 04:40:49 CET 2012
Repository : ssh://darcs.haskell.org//srv/darcs/packages/base
On branch : type-nats
http://hackage.haskell.org/trac/ghc/changeset/db7de44701e7a0dcd5d4c8b13378497d3cd67362
>---------------------------------------------------------------
commit db7de44701e7a0dcd5d4c8b13378497d3cd67362
Author: Iavor S. Diatchki <iavor.diatchki at gmail.com>
Date: Tue Jan 24 19:40:38 2012 -0800
Change extension name to match current GHC head.
>---------------------------------------------------------------
GHC/TypeNats.hs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/GHC/TypeNats.hs b/GHC/TypeNats.hs
index 05b1178..11932f6 100644
--- a/GHC/TypeNats.hs
+++ b/GHC/TypeNats.hs
@@ -1,4 +1,4 @@
-{-# LANGUAGE PolyKinds #-}
+{-# LANGUAGE DataKinds #-}
{-# LANGUAGE KindSignatures #-}
{-# LANGUAGE MultiParamTypeClasses #-}
{-# LANGUAGE TypeFamilies #-}
More information about the Cvs-libraries
mailing list