2015-12-20 00:57:34 +01:00
HSFM
====
2016-05-30 15:46:12 +02:00
[](https://gitter.im/hasufell/hsfm?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
2016-05-30 14:51:10 +02:00
[](http://travis-ci.org/hasufell/hsfm)
2015-12-20 00:57:34 +01:00
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
2015-12-28 03:13:54 +01:00
Screenshots
-----------
2016-04-24 18:48:13 +02:00

2015-12-20 00:57:34 +01:00
Installation
------------
```
2016-04-18 01:59:46 +02:00
cabal sandbox init
cabal install alex happy
export PATH="$(pwd)/.cabal-sandbox/bin:$PATH"
cabal install gtk2hs-buildtools
2015-12-20 00:57:34 +01:00
cabal install
```
Contributing
------------
2016-04-17 01:31:13 +02:00
See [HACKING.md ](hacking/HACKING.md ).