Skip to content

Commit

Permalink
Rudimentaru hashable in base
Browse files Browse the repository at this point in the history
  • Loading branch information
augustss committed Nov 9, 2024
1 parent f356c1c commit d2e8aaf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/MicroCabal/Backend/MHS.hs
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,10 @@ mhsExists env pkgname = do
builtinPackages :: [(String, Version)]
builtinPackages = [
("array", makeVersion [0,5,6,0]),
("base", makeVersion [4,14,0,0]), -- some old version, current 4.19.1
("base", makeVersion [4,19,1,0]),
("deepseq", makeVersion [1,5,0,0]),
("directory", makeVersion [1,3,8,1]),
("hashable", makeVersion [1,0,0,0]), -- very rudimentary
("process", makeVersion [1,6,18,0]),
("bytestring",makeVersion [0,12,1,0]),
("text", makeVersion [2,1,1])
Expand Down

0 comments on commit d2e8aaf

Please sign in to comment.