packages feed

cgrep 6.4.1 → 6.4.2

raw patch · 2 files changed

+4/−4 lines, 2 filesdep ~basedep ~ghc-prim

Dependency ranges changed: base, ghc-prim

Files

cgrep.cabal view
@@ -1,6 +1,6 @@ Name:                cgrep Description:         Cgrep: a context-aware grep for source codes-Version:             6.4.1+Version:             6.4.2 Synopsis:            Command line tool Homepage:            http://awgn.github.io/cgrep/ License:             GPL-2@@ -26,7 +26,7 @@                        FlexibleInstances,                         FlexibleContexts   Other-Modules:       Debug Options CmdOptions Util Config CGrep.Lang CGrep.Filter CGrep.Token CGrep.Types CGrep.CGrep CGrep.Output CGrep.Distance CGrep.Common CGrep.Context CGrep.Semantic.WildCard CGrep.Semantic.Generic.Token CGrep.Semantic.Token CGrep.Semantic.Cpp.Token CGrep.Strategy.Generic.Semantic CGrep.Strategy.Levenshtein CGrep.Strategy.BoyerMoore CGrep.Strategy.Cpp.Tokenizer CGrep.Strategy.Cpp.Semantic CGrep.Strategy.Regex-  Build-Depends:       base >=4.6 && < 4.8, +  Build-Depends:       base >=4.5 && < 4.8,                         cmdargs >=0.10,                         bytestring >=0.10,                         directory >=1.2, @@ -34,7 +34,7 @@                        stm >=2.1,                         containers >=0.5,                         array >=0.4, -                       ghc-prim >=0.3, +                       ghc-prim >=0.2,                         dlist >=0.3,                         ansi-terminal >=0.5,                         split >=0.2, 
src/Config.hs view
@@ -31,7 +31,7 @@ cgreprc = "cgreprc"  version :: String-version = "6.4.1"+version = "6.4.2"  data Config = Config               {