[Pkg-haskell-commits] darcs: ghc: Fix typo in patches/kfreebsd-OS (rebase would be nice here...)
Joachim Breitner
mail at joachim-breitner.de
Fri Feb 3 16:44:43 UTC 2012
Fri Dec 30 17:09:47 UTC 2011 Joachim Breitner <mail at joachim-breitner.de>
* Fix typo in patches/kfreebsd-OS (rebase would be nice here...)
Ignore-this: 36da372a21dc770d290347420f09001b
M ./patches/kfreebsd-OS -3 +3
Fri Dec 30 17:09:47 UTC 2011 Joachim Breitner <mail at joachim-breitner.de>
* Fix typo in patches/kfreebsd-OS (rebase would be nice here...)
Ignore-this: 36da372a21dc770d290347420f09001b
diff -rN -u old-ghc//patches/kfreebsd-OS new-ghc//patches/kfreebsd-OS
--- old-ghc//patches/kfreebsd-OS 2012-02-03 16:44:42.058250944 +0000
+++ new-ghc//patches/kfreebsd-OS 2012-02-03 16:44:42.359298510 +0000
@@ -5,7 +5,7 @@
Index: ghc-7.4.0.20111219/aclocal.m4
===================================================================
--- ghc-7.4.0.20111219.orig/aclocal.m4 2011-12-22 21:34:13.000000000 +0100
-+++ ghc-7.4.0.20111219/aclocal.m4 2011-12-30 17:44:24.000000000 +0100
++++ ghc-7.4.0.20111219/aclocal.m4 2011-12-30 18:09:13.000000000 +0100
@@ -221,13 +221,16 @@
freebsd)
test -z "[$]2" || eval "[$]2=OSFreeBSD"
@@ -27,12 +27,12 @@
Index: ghc-7.4.0.20111219/compiler/utils/Platform.hs
===================================================================
--- ghc-7.4.0.20111219.orig/compiler/utils/Platform.hs 2011-12-19 19:11:04.000000000 +0100
-+++ ghc-7.4.0.20111219/compiler/utils/Platform.hs 2011-12-30 17:50:18.000000000 +0100
++++ ghc-7.4.0.20111219/compiler/utils/Platform.hs 2011-12-30 18:09:34.000000000 +0100
@@ -56,6 +56,7 @@
| OSFreeBSD
| OSOpenBSD
| OSNetBSD
-+ | OKKFreeBSD
++ | OSKFreeBSD
deriving (Read, Show, Eq)
-- | ARM Instruction Set Architecture and Extensions
More information about the Pkg-haskell-commits
mailing list