Ticket #46485: Portfile

File Portfile, 702 bytes (added by J.Gilbey@…, 9 years ago)

hs-exceptions Portfile

Line 
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
3PortSystem          1.0
4PortGroup           haskell 1.0
5
6haskell.setup       exceptions 0.6.1
7checksums           rmd160  46e27be5a1f41c48a92ffe7976ce5655313ffd30 \
8                    sha256  f56b3f97f5ad49c6e7efde386683ec52c8c4b853bbdda068690e913db52c5b26
9
10maintainers         nomaintainer
11platforms           darwin
12license             BSD
13
14description         Haskell library for extensible optionally-pure exceptions
15long_description \
16    This package provides (optionally pure) extensible exceptions that are \
17    compatible with the monad transformer library.