-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathunm-hip.cabal
44 lines (40 loc) · 1.66 KB
/
unm-hip.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Name: unm-hip
Version: 0.3.1.7
License: GPL
License-File: LICENSE
Author: Joseph Collard, Stephen Patel, Lance Williams
Stability: experimental
Maintainer: josephmcollard+unm-hip@gmail.com
Category: Image Processing
Synopsis: A Library for the manipulation of images
Description: The University of New Mexico's Haskell Image Processing library contains functionality for performing manipulations on binary, grayscale, color, and complex images. The library was designed for use in UNM's Digital Image Processing class but it can be used for a wide range of image processing purposes.
.
[Changes]
.
* Made outline' work between two pixel types
Cabal-Version: >= 1.6
Build-Type: Simple
Library
Build-Depends: array >= 0.4.0.1,
base >= 4 && < 5,
bytestring >= 0.10.0.2,
containers >= 0.5.0.0,
vector >= 0.10.0.1,
process >= 1.1.0.2,
deepseq >= 1.3.0.2
Extensions: FlexibleContexts,
FlexibleInstances,
TypeFamilies,
ViewPatterns
Exposed-Modules:Data.Image,
Data.Image.Arithmetic,
Data.Image.Binary,
Data.Image.Boxed,
Data.Image.Complex,
Data.Image.Convolution,
Data.Image.Interactive,
Data.Image.Internal,
Data.Image.IO
Source-Repository head
type: git
location: https://github.com/jcollard/unm-hip