On Wed, Dec 8, 2010 at 6:47 PM,  <[email protected]> wrote:
>  ------------------------------------------------------------------------------
> diff --git a/src/Snap/Http/Server/Config.hs b/src/Snap/Http/Server/Config.hs
> index 38763e1..619b27b 100644
> --- a/src/Snap/Http/Server/Config.hs
> +++ b/src/Snap/Http/Server/Config.hs
> @@ -1,5 +1,6 @@
>  {-# LANGUAGE CPP #-}
>  {-# LANGUAGE OverloadedStrings #-}
> +{-# LANGUAGE UndecidableInstances #-}

This is a very bad sign, is it necessary?


> diff --git a/src/Snap/Internal/Http/Server.hs 
> b/src/Snap/Internal/Http/Server.hs
> index 81db8fd..1bed699 100644
> --- a/src/Snap/Internal/Http/Server.hs
> +++ b/src/Snap/Internal/Http/Server.hs
> @@ -3,13 +3,15 @@
>  {-# LANGUAGE OverloadedStrings #-}
>  {-# LANGUAGE RankNTypes #-}
>  {-# LANGUAGE ScopedTypeVariables #-}
> +{-# LANGUAGE FlexibleContexts #-}

...and this is nearly as scary.

G
-- 
Gregory Collins <[email protected]>
_______________________________________________
Snap mailing list
[email protected]
http://mailman-mail5.webfaction.com/listinfo/snap

Reply via email to