Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/haskell/Cabal. Pull mirroring updated .
  1. Jan 08, 2015
    • ttuegel's avatar
      6934a95c
    • ttuegel's avatar
      D.Compat.Binary: backport binary generics to binary-0.5 · c650e347
      ttuegel authored
      GHC generics are used to derive binary instances for types appearing
      in the persistent build config, which requires GHC >= 7.2 and
      binary >= 0.7. Unfortunately, GHC < 7.8 ships with binary == 0.5.*.
      The missing module is Data.Binary.Generics, which we have copied from
      binary-0.7.2.3 to Distribution.Compat.Binary.Generics. To provide
      generic implementations for the Binary class, we also have to provide
      our own implementation, which is copied from binary-0.7.2.3 to
      Distribution.Compat.Binary.Class. The interface required by Cabal is
      exported from Distribution.Compat.Binary. This is only done if
      bootstrapping Cabal with GHC < 7.8 or if binary >= 0.7 is not available,
      otherwise Distribution.Compat.Binary simply re-exports Data.Binary.
      c650e347
    • ttuegel's avatar
      travis: don't test on GHC 7.2 · 1fd5b357
      ttuegel authored
      1fd5b357
    • ttuegel's avatar
      travis: do not update Cabal's dependencies · 5d86b2f5
      ttuegel authored
      5d86b2f5
  2. Jan 06, 2015
  3. Jan 05, 2015
  4. Jan 04, 2015
  5. Jan 03, 2015
  6. Jan 02, 2015
  7. Dec 31, 2014
  8. Dec 30, 2014
  9. Dec 28, 2014
  10. Dec 27, 2014
  11. Dec 24, 2014
  12. Dec 23, 2014
  13. Dec 19, 2014
Loading