https://github.com/aherrmann/resource_management_in_haskell
https://github.com/aherrmann/resource_management_in_haskell
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/aherrmann/resource_management_in_haskell
- Owner: aherrmann
- License: mit
- Created: 2016-01-04T18:48:55.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-04T18:55:16.000Z (over 10 years ago)
- Last Synced: 2025-01-13T09:10:03.247Z (over 1 year ago)
- Language: Haskell
- Size: 4.88 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.