Skip to content

Commit

Permalink
Update haskell-src-exts dependency; new version
Browse files Browse the repository at this point in the history
  • Loading branch information
luqui committed Sep 19, 2018
1 parent f28c34e commit db9d8a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Main.hs
Expand Up @@ -127,7 +127,7 @@ modExports db modname = case Map.lookup modname db of
Just mod' -> Map.filterWithKey (\k _ -> exported mod' k) (localDecls mod')

exported :: L.Module L.SrcSpanInfo -> String -> Bool
exported mod'@(L.Module _
exported (L.Module _
(Just (L.ModuleHead _ _ _
(Just (L.ExportSpecList _ specs)))) _ _ _) name =
any (matchesSpec name) specs
Expand Down
6 changes: 3 additions & 3 deletions hothasktags.cabal
@@ -1,5 +1,5 @@
name: hothasktags
version: 0.3.8
version: 0.3.9
cabal-version: >= 1.6
build-type: Simple
author: Luke Palmer <lrpalmer@gmail.com>
Expand Down Expand Up @@ -38,9 +38,9 @@ executable hothasktags
filepath,
filemanip,
Glob,
haskell-src-exts >= 1.18.2 && < 1.20,
haskell-src-exts >= 1.18.2 && < 1.21,
cpphs >= 1.11 && < 1.21,
optparse-applicative >= 0.13,
split
main-is: Main.hs
ghc-options: -W
ghc-options: -Wall

0 comments on commit db9d8a0

Please sign in to comment.