packages feed

hpage 0.1.3 → 0.1.4

raw patch · 11 files changed

+3/−3 lines, 11 filesdep ~base

Dependency ranges changed: base

Files

hpage.cabal view
@@ -1,5 +1,5 @@ name: hpage-version: 0.1.3+version: 0.1.4 cabal-version: >=1.6 build-type: Custom license: BSD3@@ -31,7 +31,7 @@     location: git://github.com/elbrujohalcon/hPage.git  Executable hpage-    build-depends: base ==3.0.3.1, mtl >=1.1.0.2, haskell-src-exts >=1.1.3.1, bytestring >=0.9.1.4, hint >=0.3.1.0,+    build-depends: base >= 4, base < 5, mtl >=1.1.0.2, haskell-src-exts >=1.1.3.1, bytestring >=0.9.1.4, hint >=0.3.1.0,                    MonadCatchIO-mtl >= 0.1.0.1, monad-loops >=0.3.0.2, containers >=0.2.0.1, directory >=1.0.0.3,                    wxcore >=0.11.1.2, wx >=0.11.1.2, filepath >=1.1.0.2     main-is: Main.hs
res/images/about.png view

binary file changed (22414 → 4898 bytes)

res/images/copy.png view

binary file changed (16256 → 4317 bytes)

res/images/cut.png view

binary file changed (13257 → 3376 bytes)

res/images/new.png view

binary file changed (14064 → 3710 bytes)

res/images/open.png view

binary file changed (20832 → 4900 bytes)

res/images/paste.png view

binary file changed (15977 → 4253 bytes)

res/images/reload.png view

binary file changed (16957 → 4449 bytes)

res/images/run.png view

binary file changed (13576 → 4141 bytes)

res/images/save.png view

binary file changed (14560 → 4005 bytes)

src/HPage/GUI/FreeTextWindow.hs view
@@ -66,7 +66,7 @@                  -- Text page...     --  txtCode <- styledTextCtrl win []-        txtCode <- textCtrl pnlR [font := fontFixed]+        txtCode <- textCtrl pnlR [font := fontFixed, text := ""]                  -- Document Selector         lstModules <- singleListBox pnlL [style := wxLB_NEEDED_SB]