packages feed

pred-trie 0.0.8 → 0.0.8.1

raw patch · 2 files changed

+2/−1 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

pred-trie.cabal view
@@ -1,5 +1,5 @@ Name:                   pred-trie-Version:                0.0.8+Version:                0.0.8.1 Author:                 Athan Clark <athan.clark@gmail.com> Maintainer:             Athan Clark <athan.clark@gmail.com> License:                BSD3
src/Data/Trie/Pred/Unified.hs view
@@ -5,6 +5,7 @@   , lookupNearestParent   , litSingleton   , litExtrude+  , module Data.Trie.Pred.Unified.Tail   ) where  import Prelude hiding (lookup)