Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/App/Commands/Demo.hs
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,4 @@ optsDemo :: Parser Z.DemoOptions
optsDemo = pure Z.DemoOptions

cmdDemo :: Mod CommandFields (IO ())
cmdDemo = command "put-file" $ flip info idm $ runDemo <$> optsDemo
cmdDemo = command "demo" $ flip info idm $ runDemo <$> optsDemo
2 changes: 1 addition & 1 deletion hw-xml.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ library
hs-source-dirs: src
ghc-options: -Wall -O2 -msse4.2

executable hw-xml-example
executable hw-xml
import: base, config
, bytestring
, generic-lens
Expand Down