Go to file
Julian Ospald 09e6729e11
Update freeze file
2018-09-23 23:24:05 +08:00
data/Gtk GTK: cleanup obsolete widgets 2016-11-06 01:54:45 +01:00
hacking Update HACKING.md 2016-05-30 14:45:29 +02:00
src/HSFM Remove last remnants of OverloadedStrings 2018-07-17 21:55:24 +08:00
.gitignore Update .gitignore 2018-07-17 21:34:38 +08:00
.travis.yml Update travis 2018-05-19 15:17:51 +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 README: update image 2016-11-06 01:40:39 +01:00
Setup.hs Initial commit 2015-12-17 04:42:22 +01:00
cabal.project Add cabal.project with high optimization settings 2018-09-23 23:23:53 +08:00
cabal.project.freeze Update freeze file 2018-09-23 23:24:05 +08:00
hsfm.cabal Fix build with latest hpath library 2018-05-17 11:42:36 +02:00
update-gh-pages.sh TRAVIS: build gh-pages 2016-06-01 19:35:00 +02:00

README.md

HSFM

Join the chat at https://gitter.im/hasufell/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.