Skip to content

Commit

Permalink
Uses documents new version of hails in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanperez-keera committed Jul 4, 2012
1 parent 1f44fe7 commit 46368fc
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 8 deletions.
10 changes: 9 additions & 1 deletion README
Expand Up @@ -6,7 +6,15 @@ means adding $HOME/.cabal/bin to your PATH.

1) Download all the dependencies, unpack each one of them and install.
You will need:
* keera-hails: https://github.com/keera-studios/keera-hails

* The following packages from Keera Studios (https://github.com/keera-studios/):
gtk-helpers >= 0.0.4
hails-mvc-environment-gtk
hails-mvc-model-protectedmodel
hails-mvc-view-gtk
hails-reactive-gtk
hails-reactivevalues

* keera-callbacks: https://github.com/ivanperez-keera/keera-callbacks
* gloss-gtk: https://github.com/ivanperez-keera/gloss-gtk
* SoOSiM: https://github.com/ivanperez-keera/SoOSiM
Expand Down
16 changes: 9 additions & 7 deletions SoOSiM-ui.cabal
Expand Up @@ -62,24 +62,26 @@ Executable SoOSiM-ui
Build-depends: glib
, gtk
, glade
, gloss-gtk
, keera-callbacks
, gtk-helpers >= 0.0.4
, SoOSiM == 0.1

, base >= 4.0 && < 5.0
, ghc
, containers
, IfElse
, mtl
, stm
-- , hails

-- Keera packages
, keera-callbacks
, gtk-helpers >= 0.0.4
, hails-mvc-environment-gtk
, hails-mvc-model-protectedmodel
, gtk-helpers
, hails-mvc-view-gtk
, hails-mvc-environment-gtk
, hails-reactive-gtk
, hails-reactivevalues

-- SoOS packages
, gloss-gtk
, SoOSiM == 0.1

-- Modules not exported by this package.
Other-modules: CombinedEnvironment
Expand Down

0 comments on commit 46368fc

Please sign in to comment.