Skip to content

Commit

Permalink
Upgrade to rib-0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Oct 26, 2019
1 parent 641e182 commit c14db2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import Rib.Simple (Page (..))
import qualified Rib.Simple as Simple

main :: IO ()
main = App.run $ Simple.buildAction renderPage
main = App.run "a" "b" $ Simple.buildAction renderPage

renderPage :: Page -> Html ()
renderPage page = with html_ [lang_ "en"] $ do
Expand Down
2 changes: 1 addition & 1 deletion rib-sample.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ executable rib-sample
default-language: Haskell2010
build-depends:
base ^>=4.12.0.0,
rib ^>=0.3.1.0,
rib ^>=0.4,
clay -any,
shake -any,
lucid -any

0 comments on commit c14db2d

Please sign in to comment.