1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup haskell 1.0 |
---|
5 | |
---|
6 | haskell.setup exceptions 0.6.1 |
---|
7 | checksums rmd160 46e27be5a1f41c48a92ffe7976ce5655313ffd30 \ |
---|
8 | sha256 f56b3f97f5ad49c6e7efde386683ec52c8c4b853bbdda068690e913db52c5b26 |
---|
9 | |
---|
10 | maintainers nomaintainer |
---|
11 | platforms darwin |
---|
12 | license BSD |
---|
13 | |
---|
14 | description Haskell library for extensible optionally-pure exceptions |
---|
15 | long_description \ |
---|
16 | This package provides (optionally pure) extensible exceptions that are \ |
---|
17 | compatible with the monad transformer library. |
---|