Go to file
Julian Ospald 676cc3964a
Skip build with 7.8.4, which has annoying failures
2016-05-30 14:40:23 +02:00
data/Gtk GTK: make tabs reorderable and scrollable 2016-05-10 02:16:03 +02:00
hacking Update HACKING.md 2016-05-30 14:37:15 +02:00
src/HSFM Fix build for ghc < 7.10 2016-05-30 14:20:00 +02:00
.gitignore Update .gitignore 2016-05-09 19:56:45 +02:00
.travis.yml Skip build with 7.8.4, which has annoying failures 2016-05-30 14:40:23 +02:00
HACKING.md Add symbolic link to hacking/HACKING.md 2016-04-19 21:17:17 +02:00
LICENSE Initial commit 2015-12-17 04:42:22 +01:00
README.md Not that experimental anymore 2016-05-30 01:08:27 +02:00
Setup.hs Initial commit 2015-12-17 04:42:22 +01:00
hsfm.cabal Fix base and cabal version constraints 2016-05-30 14:40:03 +02:00

README.md

HSFM

Build Status

A Gtk+:3 filemanager written in Haskell.

Design goals:

  • easy to use
  • useful library interface to be able to build other user interfaces
  • type safety, runtime safety, strictness
  • simple add-on interface

Screenshots

hsfm

Installation

cabal sandbox init
cabal install alex happy
export PATH="$(pwd)/.cabal-sandbox/bin:$PATH"
cabal install gtk2hs-buildtools
cabal install

Contributing

See HACKING.md.