Tagged Questions
1
vote
1answer
100 views
Yesod/Persistent testing with bracket pattern
I'm very new to Haskell, so I'm having trouble absorbing all of the advanced features used in Yesod such as type instances and equality constraints. I am trying to implement the bracket pattern in ...
-1
votes
1answer
89 views
Cabal Configure fails on Configuring test (Windows)
I am new to Haskell and trying to install Yesod on a windows machine using cabal.
When I try to do a yesod devel I get a build failure, saing I must run configure first.
Then when I run a cabal ...