Skip to content

Commit

Permalink
Remove FiatLux executable, run under bx
Browse files Browse the repository at this point in the history
  • Loading branch information
dopamane committed Jun 11, 2024
1 parent d4bc986 commit 403eb92
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 75 deletions.
File renamed without changes.
63 changes: 0 additions & 63 deletions app/FiatLux/Main.hs

This file was deleted.

11 changes: 0 additions & 11 deletions bayeux.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,6 @@ executable bx
hs-source-dirs: app
default-language: Haskell2010

executable FiatLux
ghc-options: -Wall
main-is: Main.hs
build-depends: base
, bayeux
, prettyprinter
, shake
, text
hs-source-dirs: app/FiatLux
default-language: Haskell2010

test-suite test
ghc-options: -Wall -threaded
default-language: Haskell2010
Expand Down
2 changes: 1 addition & 1 deletion lib/Bayeux.hs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import Text.Megaparsec hiding (parse)
app :: Cli -> IO ()
app = \case
CliDemo demo iceprog -> case demo of
FiatLux -> flow iceprog "FiatLux" "app/FiatLux/FiatLux.pcf" fiatLux
FiatLux -> flow iceprog "FiatLux" "app/FiatLux.pcf" fiatLux
RgbCounter -> flow iceprog "RgbCounter" "app/RgbCounter.pcf" rgbCounter
RgbCycle -> flow iceprog "RgbCycle" "app/RgbCycle.pcf" rgbCycle
CliProve cli -> do
Expand Down

0 comments on commit 403eb92

Please sign in to comment.