Skip to content

Commit

Permalink
Merge pull request #593 from toku-sa-n/replace_haskell_src_exts
Browse files Browse the repository at this point in the history
Switch from `haskell-src-exts` to `ghc-lib-parser`
  • Loading branch information
mihaimaruseac authored Dec 24, 2022
2 parents cc71dd3 + e5424e9 commit 5ec1b53
Show file tree
Hide file tree
Showing 42 changed files with 6,066 additions and 2,961 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ src/main/TestGenerate
.stack-work
.cabal-sandbox/
cabal.sandbox.config
dist-newstyle/
cabal.project.local
3 changes: 3 additions & 0 deletions .hindent.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
tab-size: 2
line-length: 80
force-trailing-newline: true
extensions:
- TypeApplications
- PatternSynonyms
Loading

0 comments on commit 5ec1b53

Please sign in to comment.