fast-tags 2.0.2 → 2.0.3
raw patch · 3 files changed
+5/−12 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- changelog.md +4/−0
- fast-tags.cabal +1/−1
- src/FastTags/Lexer.hs +0/−11
changelog.md view
@@ -1,3 +1,7 @@+2.0.3++* fixes for newer Cabal+ 2.0.2 * fixes for ghc 9.0 and 9.2, thanks to @sergv and @ozkutuk
fast-tags.cabal view
@@ -1,5 +1,5 @@ name: fast-tags-version: 2.0.2+version: 2.0.3 cabal-version: >= 1.10 build-type: Simple synopsis: Fast incremental vi and emacs tags.
− src/FastTags/Lexer.hs
@@ -1,11 +0,0 @@--- | This is a fake module so ghci works. When cabal builds, it will be--- shadowed by Lexer.x output. TODO get ghci to generate and use the alex--- output.-module FastTags.Lexer where-import qualified Data.Text as Text--import qualified FastTags.Token as Token---tokenize :: FilePath -> Bool -> Text.Text -> Either String [Token.Token]-tokenize _ _ _ = Left "no lexer"