diff options
author | Richard Eisenberg <eir@seas.upenn.edu> | 2012-05-15 13:42:46 -0400 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2012-05-18 08:09:58 +0100 |
commit | 0fe0c58ee9758f1606ccd12fd04121a08488fb9a (patch) | |
tree | 2663080cd66e521537063db358088f619f28ca53 /compiler/prelude/TysWiredIn.lhs | |
parent | b002f1b084a485f99e6c43f20f8060914e18d54d (diff) | |
download | haskell-0fe0c58ee9758f1606ccd12fd04121a08488fb9a.tar.gz |
Applied lunaris's patch to allow promoted types and rich kinds in Template Haskell
Diffstat (limited to 'compiler/prelude/TysWiredIn.lhs')
-rw-r--r-- | compiler/prelude/TysWiredIn.lhs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/prelude/TysWiredIn.lhs b/compiler/prelude/TysWiredIn.lhs index 4b7f043adb..7a06bae163 100644 --- a/compiler/prelude/TysWiredIn.lhs +++ b/compiler/prelude/TysWiredIn.lhs @@ -48,7 +48,7 @@ module TysWiredIn ( wordTyCon, wordDataCon, wordTyConName, wordTy, -- * List - listTyCon, nilDataCon, consDataCon, + listTyCon, nilDataCon, consDataCon, consDataConName, listTyCon_RDR, consDataCon_RDR, listTyConName, mkListTy, mkPromotedListTy, |