You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hylide > /private/var/folders/6l/rdh2g5wn41s8vxchngkt02_c0000gn/T/stack1169/hylide-0.1.5.1/app/Main.hs:71:12: error:
hylide > • The constructor ‘Modified’ should have 3 arguments, but has been given 2
hylide > • In the pattern: Modified _ _
hylide > In a case alternative: Modified _ _ -> update
hylide > In a stmt of a 'do' block:
hylide > case e of
hylide > Modified _ _ -> update
hylide > _ -> return ()
hylide > |
hylide > 71 | Modified _ _ -> update
hylide > | ^^^^^^^^^^^^
hylide >
I'm guessing it's one of hylides dependencies that has upgraded, hylide doesn't specify version numbers for most of its dependencies, and perhaps it should. 😄
The text was updated successfully, but these errors were encountered:
Looks like restricting to fsnotify == 0.2.1.2 worked, but this should probably be restricted in the package deps. Or even better, add hylide to a stackage snapshot 😄
Possibly related to: #77 ,
hylide
fails to build;running stack build with:
Error msg:
I'm guessing it's one of
hylides
dependencies that has upgraded,hylide
doesn't specify version numbers for most of its dependencies, and perhaps it should. 😄The text was updated successfully, but these errors were encountered: