moffy-samples 0.1.0.0 → 0.1.0.1
raw patch · 2 files changed
+1/−8 lines, 2 files
Files
- moffy-samples.cabal +1/−2
- src/Lib.hs +0/−6
moffy-samples.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: moffy-samples-version: 0.1.0.0+version: 0.1.0.1 synopsis: Samples of moffy description: Please see the README on GitHub at <https://github.com/YoshikuniJujo/moffy-samples#readme> category: Control@@ -29,7 +29,6 @@ exposed-modules: Control.Moffy.Samples.Boxes Control.Moffy.Samples.Followbox- Lib other-modules: Paths_moffy_samples autogen-modules:
− src/Lib.hs
@@ -1,6 +0,0 @@-module Lib- ( someFunc- ) where--someFunc :: IO ()-someFunc = putStrLn "someFunc"