diff --git a/queuelike.cabal b/queuelike.cabal
--- a/queuelike.cabal
+++ b/queuelike.cabal
@@ -1,5 +1,5 @@
 name:		queuelike
-version:	1.0.2
+version:	1.0.3
 synopsis:	A library of queuelike data structures, both functional and stateful.
 description:	Contains several implementations of data structures implementing a /single-in, single-out/ paradigm.  Intended to be a better, more useful replacement for pqueue-mtl.
 tested-with:	GHC
@@ -19,6 +19,7 @@
 	Data.Queue.Instances
 	Data.Queue.Stack
 	Data.Queue.Queue
+	Data.Queue.TrieQueue
 --	Data.Queue.SkewQueue
 --	Data.Queue.SoftHeap
 --	Data.Queue.IntQueue
