From f724cd3e1916a3193ed4c74467401daa411558e5 Mon Sep 17 00:00:00 2001 From: Vaibhav Sagar Date: Wed, 8 Nov 2023 11:09:37 +1100 Subject: [PATCH] ghc-parser: 0.2.6.0 --- ghc-parser/ghc-parser.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc-parser/ghc-parser.cabal b/ghc-parser/ghc-parser.cabal index 8a400c89..92738c7c 100644 --- a/ghc-parser/ghc-parser.cabal +++ b/ghc-parser/ghc-parser.cabal @@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: ghc-parser -version: 0.2.5.0 +version: 0.2.6.0 synopsis: Haskell source parser from GHC. -- description: homepage: https://github.com/IHaskell/IHaskell