haskell / entropy

Easy entropy source for Haskell users.
Other
24 stars 49 forks source link

Fails on windows with GHC 8.0 and 7.10 #46

Closed phadej closed 5 years ago

phadej commented 5 years ago
System\EntropyWindows.hs:20:28:
    Module `System.Win32.Types' does not export `ULONG_PTR'
cabal.exe: Failed to build entropy-0.4.1.4 (which is required by test:test from HTTP-4000.3.13).
phadej commented 5 years ago

These GHC releases use Win32-2.3. I made a revision with Win32 >= 2.5 bound.

http://hackage.haskell.org/package/entropy-0.4.1.4/revisions/

TomMD commented 5 years ago

Thank you!