Skip to content
Snippets Groups Projects
  1. Oct 02, 2019
  2. Sep 10, 2019
  3. Sep 06, 2019
  4. Aug 02, 2019
  5. Jul 30, 2019
    • Ryan Scott's avatar
      Fix #2 · 758d23c1
      Ryan Scott authored
      This fixes #2 by tweaking `scripts/head.hackage` in two ways:
      
      1. This changes the script to use
         `cabal new-update head.hackage.ghc.haskell.org`, not
         `cabal new-update head.hackage`, since the former is now the name
         of the `repository`. Since `head.hackage.ghc.haskell.org` is
         referred to in quite a few places in the script, I factored this
         out into its own variable.
      2. This changes the `url` to use `http://`, not `https://`, so that
         `http-transport: plain-http` works properly. An alternative would
         be to keep the use of `https://` and use `http-transport: curl`
         instead, but that assumes the existence of a `curl` binary on
         one's machine, making it a less portable solution. In any case,
         the use of `http://` in this script shouldn't pose any security
         issues, since `hackage-security` already introduces a security
         layer independent of CAs.
      758d23c1
  6. Jul 29, 2019
  7. Jul 24, 2019
  8. Jul 23, 2019
  9. Jul 15, 2019
  10. Jul 14, 2019
  11. Jul 09, 2019
  12. Jul 07, 2019
  13. Jul 06, 2019
  14. Apr 08, 2019
  15. Mar 15, 2019
  16. Jan 28, 2019
  17. Jan 26, 2019
Loading