diff --git a/bayeux.cabal b/bayeux.cabal index 2d763bd..b377f18 100644 --- a/bayeux.cabal +++ b/bayeux.cabal @@ -26,7 +26,7 @@ library , parser-combinators , prettyprinter , text - hs-source-dirs: src + hs-source-dirs: lib default-language: Haskell2010 executable bx diff --git a/src/Bayeux.hs b/lib/Bayeux.hs similarity index 100% rename from src/Bayeux.hs rename to lib/Bayeux.hs diff --git a/src/Bayeux/Cli.hs b/lib/Bayeux/Cli.hs similarity index 100% rename from src/Bayeux/Cli.hs rename to lib/Bayeux/Cli.hs diff --git a/src/Bayeux/Lp.hs b/lib/Bayeux/Lp.hs similarity index 100% rename from src/Bayeux/Lp.hs rename to lib/Bayeux/Lp.hs diff --git a/src/Bayeux/RgbCounter.hs b/lib/Bayeux/RgbCounter.hs similarity index 100% rename from src/Bayeux/RgbCounter.hs rename to lib/Bayeux/RgbCounter.hs diff --git a/src/Bayeux/Rtlil.hs b/lib/Bayeux/Rtlil.hs similarity index 100% rename from src/Bayeux/Rtlil.hs rename to lib/Bayeux/Rtlil.hs diff --git a/src/Bayeux/Tableaux.hs b/lib/Bayeux/Tableaux.hs similarity index 100% rename from src/Bayeux/Tableaux.hs rename to lib/Bayeux/Tableaux.hs