Fix MOVE in GHC.Enum (#2215)

This commit is contained in:
Fran 2019-07-18 14:40:09 +01:00 committed by mergify[bot]
parent 8f4fd32ab8
commit 9f93362d44

View File

@ -5,7 +5,7 @@
{-# OPTIONS_GHC -Wno-missing-methods #-}
daml 1.2
-- | MOVE Prelude.
-- | MOVE Prelude
--
-- A weird module - based on base.GHC.Enum, but not realy in the GHC namespace.
-- Has to live here so GHC can find it for deriving instances.