Skip to content
Snippets Groups Projects
  1. Oct 25, 2018
    • Alec Theriault's avatar
      Fix the synopsis button · ed1a0c92
      Alec Theriault authored
      Here's these changes are supposed to do:
      
        * put the synopsis back on the right side
        * properly have it on the edge of the screen on wide screens
        * adjust the background of the synopsis to match the button
          (otherwise the grey blends in with what is underneath)
        * get rid of the dotted purple line
        * the synopsis contents are now scrollable even when in wide
          screens (this has been a long-standing bug)
      ed1a0c92
    • Alec Theriault's avatar
      Fix copy-pasta error in data-files · dd45b10d
      Alec Theriault authored
      dd45b10d
    • Alec Theriault's avatar
      Resurrect the style-switcher · a6931170
      Alec Theriault authored
      This fixes #810. Looks like things were broken during the quickjump
      refactor of the JS.
      
      For the (git) record: I do not think the style switcher is a good idea.
      I'm fixing it for the same reason @mzero added it; as an answer to
      
        "rumblings from some that they didn't want their pixels changed on bit"
      a6931170
  2. Oct 24, 2018
    • Alec Theriault's avatar
      Update JS dependencies · 67a14227
      Alec Theriault authored
      This was done via `npm audit fix`. I think this fixes #903 along with
      some more serious vulnerabilities that nobody seems to have noticed.
      67a14227
  3. Oct 21, 2018
  4. Oct 18, 2018
  5. Oct 17, 2018
  6. Oct 16, 2018
    • Alec Theriault's avatar
      Latex type families (#734) · 9f2d1b93
      Alec Theriault authored
      * Support for type families in LaTeX
      
      The code is ported over from the XHTML backend.
      
      * Refactor XHTML and LaTeX family handling
      
      This is mostly a consolidation effort: stripping extra exports,
      inlining some short definitions, and trying to make the backends
      match.
      
      The LaTeX backend now has preliminary support for data families,
      although the only the data instance head is printed (not the actual constructors).
      
      Both backends also now use "newtype" for newtype data family
      instances.
      
      * Add some tests
      9f2d1b93
    • Alec Theriault's avatar
      Bump haddock-library to 1.7.0 · 44169f4b
      Alec Theriault authored
      The 1.6.1 release should've been a major bump, since types in
      the `Documentation.Haddock.Parser.Monad` module changed. This version
      makes that module internal (as it morally should be).
  7. Sep 22, 2018
  8. Aug 21, 2018
  9. Aug 06, 2018
  10. Jul 30, 2018
  11. Jul 23, 2018
Loading