diff options
| author | Veronika Romashkina <vrom911@gmail.com> | 2020-02-26 10:49:03 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-26 11:49:03 +0100 |
| commit | d2ee5b2b0eb2afb970ab8d4feed84434dc8236e0 (patch) | |
| tree | 56a3be8e658dfc134259c61314cca00964f692d8 /.gitignore | |
| parent | 7b924e7d6b98db7de64fa8fc5cae14a3ea35965c (diff) | |
| download | hakyll-d2ee5b2b0eb2afb970ab8d4feed84434dc8236e0.tar.gz | |
Support GHC-8.8
Add MonadFail instances and constraints.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -11,6 +11,9 @@ tags cabal.sandbox.config .cabal-sandbox/ .stack-work +dist +dist-* +.ghc.environment.* # Ignore test builds. tests/Main |
