packages feed

lambdacat 0.1.0 → 0.1.1

raw patch · 2 files changed

+26/−2 lines, 2 files

Files

README.md view
@@ -55,6 +55,24 @@  You can also checkout the sources from github and compile them yourself. +After that the binary of lambdacat can be found in ++    ~/.cabal/bin++For everyday use you should include this path into your PATH enviroment+variable.++### Installing gtk2hs++If you have not installed the haskell gtk bindings you should do previous to +the steps above:++    > cabal update+    > cabal install gtk2hs-buildtools+    > export PATH=$PATH:~/.cabal/bin+++ 4. Configuration ---------------- 
lambdacat.cabal view
@@ -1,15 +1,17 @@ Name:          lambdacat-Version:       0.1.0+Version:       0.1.1 Stability:     Alpha Synopsis:      Webkit Browser Description:   A Browser based on WebKit, concepted to be easy to use and-               extendable+               extendable. License:       BSD3 License-File:  LICENSE Build-Type:    Simple Author:        Andreas Baldeau, Daniel Ehlers Maintainer:    Andreas Baldeau <andreas@baldeau.net>,                Daniel Ehlers <danielehlers@mindeye.net>+Homepage:      http://github.com/baldo/lambdacat+Bug-Reports:   http://github.com/baldo/lambdacat/issues Category:      User Interfaces Tested-With:   GHC == 6.12.3 Cabal-Version: >= 1.6@@ -21,6 +23,10 @@ Data-Files:     lambdacat.glade     lambdacat.gtkrc++Source-Repository head+    Type:     git+    Location: git://github.com/baldo/lambdacat.git  Executable lambdacat     Main-is: Main.hs