diff options
author | Clint Adams <clint@debian.org> | 2014-06-10 17:54:37 +0400 |
---|---|---|
committer | Clint Adams <clint@debian.org> | 2014-06-10 17:54:37 +0400 |
commit | 8882c348fcafb22c7dbc1d6bb9b65a55feb8e651 (patch) | |
tree | 2d9b75c615a46b1093650f15964f4191766122a2 /p/haskell-language-javascript/debian/patches/add-BangPatterns.diff | |
parent | e44d4905fc0b8944cbf9b427ab195855b7a6d0f9 (diff) | |
download | DHG_packages-8882c348fcafb22c7dbc1d6bb9b65a55feb8e651.tar.gz |
haskell-language-javascript: staging conduit 1.1 transition
Diffstat (limited to 'p/haskell-language-javascript/debian/patches/add-BangPatterns.diff')
-rw-r--r-- | p/haskell-language-javascript/debian/patches/add-BangPatterns.diff | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/p/haskell-language-javascript/debian/patches/add-BangPatterns.diff b/p/haskell-language-javascript/debian/patches/add-BangPatterns.diff deleted file mode 100644 index 06129a24e..000000000 --- a/p/haskell-language-javascript/debian/patches/add-BangPatterns.diff +++ /dev/null @@ -1,15 +0,0 @@ -# Author : Erik de Castro Lopo <erikd@mega-nerd.com> -# Description : Fix compiler error on big endian systems - Upstream ships a haskell source file that was generated by the alex lexer - generator and that file requires the BangPatterns pragma on big endian - systems. -# Date : Sun, 22 Apr 2012 13:24:38 +1000 - -Index: haskell-language-javascript-0.4.10/src/Language/JavaScript/Parser/Lexer.hs -=================================================================== ---- haskell-language-javascript-0.4.10.orig/src/Language/JavaScript/Parser/Lexer.hs 2012-03-09 06:56:23.000000000 +1100 -+++ haskell-language-javascript-0.4.10/src/Language/JavaScript/Parser/Lexer.hs 2012-04-22 13:03:07.000000000 +1000 -@@ -1,4 +1,4 @@ --{-# LANGUAGE CPP,MagicHash #-} -+{-# LANGUAGE CPP,MagicHash,BangPatterns #-} - {-# LINE 1 "src-dev/Language/JavaScript/Parser/Lexer.x" #-} |