Skip to content

Commit

Permalink
Get rid of missing other-modules warning for rest-json and subsites e…
Browse files Browse the repository at this point in the history
…xamples
  • Loading branch information
ajnsit committed Aug 23, 2015
1 parent d73d876 commit e7d23bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/rest-json/rest-json-example.cabal
Expand Up @@ -22,6 +22,7 @@ executable rest-json-example
, containers
, transformers
main-is : Main.hs
other-modules : PersonCrud
buildable : True
default-language : Haskell2010
ghc-options : -Wall
Expand Down
2 changes: 2 additions & 0 deletions examples/subsites/subsites-example.cabal
Expand Up @@ -22,6 +22,8 @@ executable subsites-example
, containers
, mtl
main-is : Main.hs
other-modules : HelloSub
, HelloSub.Data
buildable : True
default-language : Haskell2010
ghc-options : -Wall
Expand Down

0 comments on commit e7d23bb

Please sign in to comment.