Add missing import

This wouldn't have got caught since the merge that caused the problem
was checked before I pushed the patch that made import work right! So
hopefully this'll sort it.
This commit is contained in:
Edwin Brady 2020-05-27 21:44:37 +01:00
parent 6b8324db3b
commit 1c889ec99e

View File

@ -2,6 +2,7 @@ module Utils.Path
import Data.List
import Data.Maybe
import Data.Nat
import Data.Strings
import Data.String.Extra