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/shellish/files/shellish-0.1.4-ghc-7.10.patch

10 lines
333 B

diff --git a/Shellish.hs b/Shellish.hs
index 1e3c192..0ac20c2 100644
--- a/Shellish.hs
+++ b/Shellish.hs
@@ -1,3 +1,3 @@
{-# LANGUAGE ScopedTypeVariables, DeriveDataTypeable, OverloadedStrings,
- MultiParamTypeClasses, FlexibleInstances #-}
+ MultiParamTypeClasses, FlexibleInstances, FlexibleContexts #-}