diff --git a/intro.cabal b/intro.cabal
--- a/intro.cabal
+++ b/intro.cabal
@@ -2,11 +2,11 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: 8ef652427d237590b96b6b4a6d4aeb33ff033a16222968c78ba7667d0e0b98b7
+-- hash: 837f31ed324461d1de827cebe795ed7291d37329569a322ea51703216f80ee89
 
 name:           intro
-version:        0.5.0.0
-synopsis:       Safe and minimal prelude - Exports only total and safe functions, provides Text and Monad transformers
+version:        0.5.1.0
+synopsis:       Safe and minimal prelude
 description:    Intro is a modern Prelude which provides safe alternatives
                 for most of the partial functions and follows other
                 best practices, e.g., Text is preferred over String.
diff --git a/src/Intro.hs b/src/Intro.hs
--- a/src/Intro.hs
+++ b/src/Intro.hs
@@ -182,6 +182,7 @@
   , Data.List.take
   , Data.List.Extra.takeEnd
   , Data.List.takeWhile
+  , Data.List.Extra.takeWhileEnd
   , Data.List.transpose
   , Data.List.unfoldr
   , Data.List.unzip
