aboutsummaryrefslogtreecommitdiff
path: root/haddock-library/LICENSE
Commit message (Collapse)AuthorAgeFilesLines
* Normalise LICENSE text w/ cabal's BSD2 templateHerbert Valerio Riedel2019-02-021-18/+21
| | | | | Also, correct the `.cabal` files to advertise `BSD2` instead of the incorrect `BSD3` license.
* Delete trailing whitespaceMateusz Kowalczyk2015-07-071-2/+2
|
* Move parser + parser tests out to own package.Mateusz Kowalczyk2014-05-051-0/+23
We move some types out that are necessary as well and then re-export and specialise them in the core Haddock. Reason for moving out spec tests is that if we're working on the parser, we can simply work on that and we can ignore the rest of Haddock. The downside is that it's a little inconvenient if at the end of the day we want to see that everything passes.