Skip to content
Snippets Groups Projects
  1. Jun 04, 2020
  2. Jan 20, 2020
  3. Jul 21, 2019
  4. 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
  5. Jul 18, 2019
  6. Jul 14, 2019
  7. Jul 04, 2019
  8. Jun 29, 2019
  9. Jun 06, 2019
  10. May 15, 2019
  11. May 13, 2019
  12. Mar 12, 2019
  13. 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
  14. Mar 03, 2019
  15. Feb 02, 2019
  16. Jan 23, 2019
  17. Jan 22, 2019
  18. Jan 20, 2019
  19. Nov 15, 2018
  20. Nov 13, 2018
  21. Nov 08, 2018
  22. Nov 05, 2018
  23. Oct 06, 2018
  24. Oct 04, 2018
  25. Aug 10, 2018
  26. Aug 08, 2018
  27. Aug 06, 2018
  28. Aug 04, 2018
  29. Aug 02, 2018
  30. Aug 01, 2018
Loading