agrafix / Spock

Another Haskell web framework for rapid development
https://www.spock.li
679 stars 56 forks source link

Getting started tutorial on NixOS. #181

Closed aleeusgr closed 1 year ago

aleeusgr commented 1 year ago

I am setting up Spock+Docker, following Getting Started tutorial I got import error on this step

First we will add Spock to our dependencies by opening Spock-example.cabal and adding Spock >=0.14, mtl and text to build-depends in the executable Spock-example-exe section.

adding dependencies to package.yml instead solved the issue.