summaryrefslogtreecommitdiff
path: root/compiler
diff options
context:
space:
mode:
authormniip <mniip@mniip.com>2016-03-13 18:12:55 +0100
committerBen Gamari <ben@smart-cactus.org>2016-03-14 13:25:32 +0100
commitd12166ad905ad8b014d672b9fc3b9a0e10ba80df (patch)
treed9ea9b321c89793bf8db53437b045f861d883f37 /compiler
parent9ee51da1a9a0d0c4215d8fc9dce32db63c57aa99 (diff)
downloadhaskell-d12166ad905ad8b014d672b9fc3b9a0e10ba80df.tar.gz
Fix the name of the Word16ElemRep wired-in datacon
Reviewers: austin, bgamari Reviewed By: bgamari Subscribers: thomie Differential Revision: https://phabricator.haskell.org/D1999
Diffstat (limited to 'compiler')
-rw-r--r--compiler/prelude/TysWiredIn.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/prelude/TysWiredIn.hs b/compiler/prelude/TysWiredIn.hs
index c58bf32136..98a56652a8 100644
--- a/compiler/prelude/TysWiredIn.hs
+++ b/compiler/prelude/TysWiredIn.hs
@@ -323,7 +323,7 @@ vecElemTyConName = mkWiredInTyConName UserSyntax gHC_TYPES (fsLit "VecElem") vec
vecElemDataConNames :: [Name]
vecElemDataConNames = zipWith3Lazy mk_special_dc_name
[ fsLit "Int8ElemRep", fsLit "Int16ElemRep", fsLit "Int32ElemRep"
- , fsLit "Int64ElemRep", fsLit "Word8ElemRep", fsLit "Word16elemRep"
+ , fsLit "Int64ElemRep", fsLit "Word8ElemRep", fsLit "Word16ElemRep"
, fsLit "Word32ElemRep", fsLit "Word64ElemRep"
, fsLit "FloatElemRep", fsLit "DoubleElemRep" ]
vecElemDataConKeys