stackage/patching/patches/judy-0.2.2.patch
2014-02-03 16:55:55 +02:00

13 lines
362 B
Diff

diff -ru orig/Data/Judy.hsc new/Data/Judy.hsc
--- orig/Data/Judy.hsc 2014-02-03 16:55:49.814832674 +0200
+++ new/Data/Judy.hsc 2014-02-03 16:55:49.000000000 +0200
@@ -104,6 +104,7 @@
import Foreign hiding (new)
import Foreign.C.Types
import Foreign.ForeignPtr
+import Data.Char (chr)
import GHC.Ptr
import GHC.Base
Only in orig: NOTES
Only in orig: tests