Skip to content

Commit

Permalink
bump snap-loader-dynamic to allow 0.10.*. Change includeDirs of fay-j…
Browse files Browse the repository at this point in the history
…query to point to the new src dir.
  • Loading branch information
bergmark committed Dec 14, 2012
1 parent 23446a3 commit d7cdcc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/example.cabal
Expand Up @@ -39,7 +39,7 @@ Executable example

if flag(development)
build-depends:
snap-loader-dynamic == 0.9.*
snap-loader-dynamic >= 0.9 && < 0.11
cpp-options: -DDEVELOPMENT
-- In development mode, speed is already going to suffer, so skip
-- the fancy optimization flags. Additionally, disable all
Expand Down
2 changes: 1 addition & 1 deletion example/snaplets/fay/devel.cfg
Expand Up @@ -17,4 +17,4 @@ prettyPrint = on
# Paths are relative to the root of the snap application.
# snaplets/fay/src will always be checked for imports.
# Default is "" meaning no additional directories will be checked.
includeDirs = "cabal-dev/share/fay-jquery-0.1.0.0/"
includeDirs = "cabal-dev/share/fay-jquery-0.1.0.0/src"

0 comments on commit d7cdcc2

Please sign in to comment.