Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/haskell/Cabal. Pull mirroring updated .
  1. Jan 19, 2015
  2. Jan 18, 2015
  3. Jan 17, 2015
  4. Jan 13, 2015
  5. Jan 12, 2015
  6. Jan 11, 2015
  7. Jan 10, 2015
  8. Jan 09, 2015
  9. 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
  10. Jan 06, 2015
Loading