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

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