Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/kolmodin/binary. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
  1. Aug 18, 2021
    • sheaf's avatar
      Adapt to changes in TypeRep complete patterns · 48477ba1
      sheaf authored
      GHC merge request !963 improved warnings in the presence of
      COMPLETE annotations. This allows the removal of the Fun pattern
      from the complete set.
      
      This patch accounts for the resulting changes in pattern match warnings.
      48477ba1
  2. Aug 05, 2021
  3. May 05, 2021
  4. Apr 15, 2021
  5. Mar 05, 2021
  6. Mar 03, 2021
  7. Mar 02, 2021
  8. Feb 17, 2021
  9. Feb 11, 2021
  10. Feb 05, 2021
  11. Jan 30, 2021
  12. Nov 12, 2020
  13. Jan 20, 2020
  14. Jul 21, 2019
  15. Jul 20, 2019
    • Lennart Kolmodin's avatar
      Merge pull request #163 from alexbiehl/casts · 072e145b
      Lennart Kolmodin authored
      Use bases built-in float/word32 and double/word64 casts
      072e145b
    • Lennart Kolmodin's avatar
      Make Travis build again. (#170) · 12307e18
      Lennart Kolmodin authored
      Travis keeps breaking due to its very fragile build script.
      Switching to an approach which I hope will be more robust.
      
      Only use recent version of cabal when building for all GHC versions.
      This means we no longer test older cabal install binaries.
      
      cabal-install is unable to come up with a build plan for the tests and
      benchmarks. The problem seems to be that building binary's
      tests/benchmarks requires having binary, which is what we're trying to
      build. Cabal doesn't seem to separate the lib/tests/benchmarks into
      distinct build units, so it fails to come up with a plan.
      
      To work around this, when building on travis, we rename the binary
      library. With a new name, cabal can find a plan and run the tests.
      
      Remove GHC 7.4.2 and 7.6.3 from the testing matrix.
      They fail with this new build setup for a reason I haven't investigated.
      12307e18
  16. Jul 18, 2019
  17. Jul 14, 2019
  18. Jul 04, 2019
  19. Jun 29, 2019
  20. Jun 06, 2019
  21. May 15, 2019
  22. May 13, 2019
  23. Mar 12, 2019
  24. Mar 11, 2019
    • Alec Theriault's avatar
      Haddock markup fixes · 722622d8
      Alec Theriault authored
        * Use the standard `@since` notation (since it plays well with
          re-exports in other packages)
        * Use `@ ... @` for monospacing things that aren't identifiers
        * Qualify some linked identifiers (so that they actually link)
      722622d8
  25. Mar 03, 2019
  26. Feb 02, 2019
  27. Jan 23, 2019
  28. Jan 22, 2019
Loading