From 9f93362d444d19689960a9eb9c88fcda9e1befbe Mon Sep 17 00:00:00 2001 From: Fran <231829+associahedron@users.noreply.github.com> Date: Thu, 18 Jul 2019 14:40:09 +0100 Subject: [PATCH] Fix MOVE in GHC.Enum (#2215) --- compiler/damlc/daml-prim-src/GHC/Enum.daml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/damlc/daml-prim-src/GHC/Enum.daml b/compiler/damlc/daml-prim-src/GHC/Enum.daml index b271adfb303..2f97971b44d 100644 --- a/compiler/damlc/daml-prim-src/GHC/Enum.daml +++ b/compiler/damlc/daml-prim-src/GHC/Enum.daml @@ -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.