From bd2a92e6378915436c225a394a51a1e0f04adf3a Mon Sep 17 00:00:00 2001 From: Paul Burns Date: Wed, 19 Dec 2018 08:13:51 -0500 Subject: [PATCH] This exposes the terminate function, so that it may used as a parameter to the sortBy function externally. --- src/Data/Vector/Algorithms/AmericanFlag.hs | 1 + vector-algorithms.cabal | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Data/Vector/Algorithms/AmericanFlag.hs b/src/Data/Vector/Algorithms/AmericanFlag.hs index bfc09e0..ac6c841 100644 --- a/src/Data/Vector/Algorithms/AmericanFlag.hs +++ b/src/Data/Vector/Algorithms/AmericanFlag.hs @@ -28,6 +28,7 @@ module Data.Vector.Algorithms.AmericanFlag ( sort , sortBy + , terminate , Lexicographic(..) ) where diff --git a/vector-algorithms.cabal b/vector-algorithms.cabal index 59e51a0..c9b591a 100644 --- a/vector-algorithms.cabal +++ b/vector-algorithms.cabal @@ -1,5 +1,5 @@ name: vector-algorithms -version: 0.8.0.1 +version: 0.8.0.2 license: BSD3 license-file: LICENSE author: Dan Doel