darcs-2.8.4-ghc-7.8-part-2.patch 449 B

123456789101112131415
  1. diff --git a/src/Darcs/Test/Patch.hs b/src/Darcs/Test/Patch.hs
  2. index 0f7ed24..078fbc3 100644
  3. --- a/src/Darcs/Test/Patch.hs
  4. +++ b/src/Darcs/Test/Patch.hs
  5. @@ -2,6 +2,9 @@
  6. #if __GLASGOW_HASKELL__ >= 700
  7. {-# LANGUAGE ImpredicativeTypes #-}
  8. #endif
  9. +#if __GLASGOW_HASKELL__ >= 708
  10. +{-# LANGUAGE AllowAmbiguousTypes #-}
  11. +#endif
  12. -- Copyright (C) 2002-2005,2007 David Roundy
  13. --
  14. -- This program is free software; you can redistribute it and/or modify