From 80df3e6089bd8c6e29c9e1be69ca13f1d5400dfe Mon Sep 17 00:00:00 2001 From: Greg Steuck Date: Tue, 2 Jan 2018 14:39:56 -0800 Subject: [PATCH] Replace a homoglyph dash with an ASCII dash. Some tools (like cpp in some modes) don't like UTF8. --- Data/Vector/Unboxed/Deriving.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Data/Vector/Unboxed/Deriving.hs b/Data/Vector/Unboxed/Deriving.hs index 52380b6..fe63ad8 100644 --- a/Data/Vector/Unboxed/Deriving.hs +++ b/Data/Vector/Unboxed/Deriving.hs @@ -15,7 +15,7 @@ {-| Module: Data.Vector.Unboxed.Deriving -Copyright: © 2012−2015 Liyang HU +Copyright: © 2012-2015 Liyang HU License: BSD3 Maintainer: vector-th-unbox@liyang.hu Stability: experimental