Skip to content

Commit

Permalink
Fix incompatiblity with new version of random package (closes haskell…
Browse files Browse the repository at this point in the history
  • Loading branch information
jimenezrick committed Jan 31, 2022
1 parent 2fa457b commit 3e0f1f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Data/ULID.hs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ instance R.Random ULID where
t <- getULIDTimeStamp
let (r, g') = mkULIDRandom g
return (ULID t r, g')
randomIO = getULID

instance Hashable ULID where
hashWithSalt salt ulid = hashWithSalt salt (encode ulid)
Expand Down

0 comments on commit 3e0f1f9

Please sign in to comment.