FlexibleContexts needed by ghc 7.10
This commit is contained in:
parent
6c2d5b5e41
commit
6466dbc950
2 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
-}
|
||||
|
||||
{-# LANGUAGE OverloadedStrings #-}
|
||||
{-# LANGUAGE FlexibleContexts #-}
|
||||
|
||||
module Utility.Quvi where
|
||||
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
{-# LANGUAGE CPP #-}
|
||||
{-# LANGUAGE OverloadedStrings #-}
|
||||
{-# LANGUAGE RankNTypes #-}
|
||||
{-# LANGUAGE FlexibleContexts #-}
|
||||
|
||||
module Utility.Url (
|
||||
URLString,
|
||||
|
|
Loading…
Add table
Reference in a new issue