fix build with unix-2.8.0
authorJoey Hess <joeyh@joeyh.name>
Tue, 1 Aug 2023 21:47:30 +0000 (17:47 -0400)
committerJoey Hess <joeyh@joeyh.name>
Tue, 1 Aug 2023 21:47:30 +0000 (17:47 -0400)
commit63f76d0ac367cb3ccd26a35c204e8ab453651170
treed4a1025608e09afb0f40a464aeb883af81fdee09
parentd76f088dc4dce20af2ed456c3213fc4e1523b429
fix build with unix-2.8.0

It made UserInfo into a pattern to discourage manually constructing
them, so just to use UserInfo in a type signature of a function that
consumes them, have to import the new ByteString module.
Utility/UserInfo.hs