An open API service indexing awesome lists of open source software.

https://github.com/aherrmann/resource_management_in_haskell


https://github.com/aherrmann/resource_management_in_haskell

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

Resource Management in Haskell - Examples
=========================================

Example codes for
[this blog post](http://aherrmann.github.io/programming/2016/01/04/resource-management-in-haskell/).

Compile
-------

Both, the C++ and the Haskell examples can be built by simply running

```
make
```

The C++ binary will be built in the source directory. The Haskell binaries will
be built with cabal. The binaries should appear under `dist/build`.

License
-------

All example codes are distributed under the MIT license.