diff options
author | Joris | 2016-10-30 12:31:52 +0100 |
---|---|---|
committer | Joris | 2016-10-30 12:31:52 +0100 |
commit | 323e7a4aa2de00dd78d1835535f078a40feb5f4c (patch) | |
tree | 99d28aa291eb5fefa935fd116b67ac8d72c91059 | |
parent | 46ed1b7a5a17564a62130142f19067ee7d47f05b (diff) |
Fix cabal file
-rw-r--r-- | Cooking.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cooking.cabal b/Cooking.cabal index 5c2607d..7350cc7 100644 --- a/Cooking.cabal +++ b/Cooking.cabal @@ -7,6 +7,6 @@ executable cooking main-is: Cooking.hs ghc-options: -threaded default-language: Haskell2010 - build-depends: base == 4.*, - , hakyll == 4.8.* + build-depends: base + , hakyll , clay |