scotty-web / scotty

Haskell web framework inspired by Ruby's Sinatra, using WAI and Warp (Official Repository)
http://hackage.haskell.org/package/scotty
BSD 3-Clause "New" or "Revised" License
1.72k stars 134 forks source link

error downloading scotty with stack build #271

Closed TehJunn closed 3 years ago

TehJunn commented 3 years ago

image

regex-posix > C:\Users\Jordan\AppData\Local\Temp\stack-bb048b3d2173b0fb\regex-posix-0.96.0.0\Wrap.hsc:96:10: fatal error: regex.h: No such file or directory

this seems to be the part that is failing i checked and like it said there is no such file directory i tried just trying to make one but that didnt work because one of the folder names in this case "stack-bb048b3d2173b0fb" seems to be randomly generated because every time i try to run stack build scotty in stack ghci that file name changes (probably so idiots like me dont do this)

fumieval commented 3 years ago

Please see https://github.com/haskell-hvr/regex-posix/issues/4; it's not a problem in this package itself