diff options
author | 2015-05-10 15:37:55 -0400 | |
---|---|---|
committer | 2015-05-10 15:37:55 -0400 | |
commit | ba1a0b2e28ceb123b8bd9d20eab3b6f1c5ea37d1 (patch) | |
tree | 7add6a51ddab8e6811960ad91eaac4f127d4e163 /Utility/Url.hs | |
parent | cb994264d239ca4ac50402175a7fd7ac89e029d6 (diff) |
FlexibleContexts needed by ghc 7.10
Diffstat (limited to 'Utility/Url.hs')
-rw-r--r-- | Utility/Url.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Utility/Url.hs b/Utility/Url.hs index 9537e86b7..2ef1167e5 100644 --- a/Utility/Url.hs +++ b/Utility/Url.hs @@ -8,6 +8,7 @@ {-# LANGUAGE CPP #-} {-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE RankNTypes #-} +{-# LANGUAGE FlexibleContexts #-} module Utility.Url ( URLString, |