summaryrefslogtreecommitdiff
blob: c756635f6000a70665516216abf4a3ed75f3dd24 (plain)
1
2
3
4
5
6
7
8
9
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 #-}