packages feed

threepenny-gui-flexbox 0.2.0.0 → 0.2.0.1

raw patch · 2 files changed

+2/−9 lines, 2 filesPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

API changes (from Hackage documentation)

- Lib: someFunc :: IO ()

Files

− src/Lib.hs
@@ -1,6 +0,0 @@-module Lib-    ( someFunc-    ) where--someFunc :: IO ()-someFunc = putStrLn "someFunc"
threepenny-gui-flexbox.cabal view
@@ -1,5 +1,5 @@ name:                threepenny-gui-flexbox-version:             0.2.0.0+version:             0.2.0.1 synopsis:            Flexbox layouts for Threepenny-gui. description:         See the README at https://github.com/barischj/threepenny-gui-flexbox homepage:            https://github.com/barischj/threepenny-gui-flexbox@@ -15,8 +15,7 @@  library   hs-source-dirs:      src-  exposed-modules:     Lib-                     , Graphics.UI.Threepenny.Ext.Flexbox+  exposed-modules:     Graphics.UI.Threepenny.Ext.Flexbox   build-depends:       base >= 4.7 && < 5                      , clay                      , text