You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-haskell/lcs/files/lcs-0.2-ghc-7.10.patch

9 lines
313 B

diff --git a/Data/List/LCS/HuntSzymanski.hs b/Data/List/LCS/HuntSzymanski.hs
index 306368f..e9df4ef 100644
--- a/Data/List/LCS/HuntSzymanski.hs
+++ b/Data/List/LCS/HuntSzymanski.hs
@@ -1,2 +1,2 @@
-
+{-# LANGUAGE FlexibleContexts #-}
-----------------------------------------------------------------------------