Unique 0.1.0.4 → 0.1.0.5
raw patch · 2 files changed
+2/−1 lines, 2 files
Files
- Data/List/Unique.hs +1/−0
- Unique.cabal +1/−1
Data/List/Unique.hs view
@@ -13,6 +13,7 @@ module Data.List.Unique (sortUniq , repeated+ , repeatedBy , unique , count , count_
Unique.cabal view
@@ -10,7 +10,7 @@ -- PVP summary: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change-version: 0.1.0.4+version: 0.1.0.5 -- A short (one-line) description of the package. synopsis: It provides the functionality like unix "uniq" utility