Skip to content

Commit

Permalink
Update readme with 0.12 package flag
Browse files Browse the repository at this point in the history
  • Loading branch information
bergmark committed Jan 6, 2013
1 parent 0f497ed commit 2e81f42
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,14 @@ To use this with fay, cabal install the package which will put the
source files in fay ~/.cabal/share/fay-uri-0.1.0.0/src. You can then
compile with fay using

in fay >= 0.12:
```bash
fay --include=~/.cabal/share/fay-uri-0.1.0.0/src MyFile.hs
fay --package fay-uri MyFile.hs
```

in fay < 0.12:
```bash
fay --include ~/.cabal/share/fay-uri-0.1.0.0/src MyFile.hs
```

Example
Expand Down

0 comments on commit 2e81f42

Please sign in to comment.