updated on Sun Jan 22 12:09:12 UTC 2012
[aur-mirror.git] / hscurses-darcs / hsmod.install
blobf107ed0579146a900dbc350dc20daba9f73480a3
2 post_install() {
5 echo 'name: hscurses
6 version: 1.1
7 license: LGPL
8 copyright: Stefan Wehr 2004, 2005
9            Don Stewart 2004
10            Tuomo Valkonen 2004
11            John Meacham 2002-2004
12 maintainer: Stefan Wehr <http://www.stefanwehr.de>
13 stability:
14 homepage: http://www.informatik.uni-freiburg.de/~wehr/haskell/
15 package-url:
16 description: Binding to NCurses, a library of functions that manage an
17              application''s display on character-cell terminals. Additionally,
18              it contains some basic widgets such as a text input widget and
19              a table widget.
20 category: User-interface
21 author: John Meacham <john at repetae dot net>
22         Tuomo Valkonen <tuomov at iki.fi>
23         Don Stewart <http://www.cse.unsw.edu.au/~dons>
24         Stefan Wehr <http://www.stefanwehr.de>
25 exposed: True
26 exposed-modules: HSCurses.Curses HSCurses.CursesHelper
27                  HSCurses.Widgets HSCurses.MonadException HSCurses.Logging
28 hidden-modules: HSCurses.CWString HSCurses.IConv
29 import-dirs: /usr/lib/hscurses-1.1/ghc-6.6.1
30 library-dirs: /usr/lib/hscurses-1.1/ghc-6.6.1
31 hs-libraries: HShscurses-1.1
32 extra-libraries: ncursesw
33 extra-ghci-libraries:
34 include-dirs: /usr/lib/hscurses-1.1/ghc-6.6.1/include
35 includes: HSCurses.h HSCursesUtils.h
36 depends: base-2.1.1 haskell98-1.0 unix-2.1 mtl-1.0.1
37 hugs-options:
38 cc-options:
39 ld-options:
40 framework-dirs:
41 frameworks:
42 haddock-interfaces: /usr/share/hscurses-1.1/doc/html/hscurses.haddock
43 haddock-html: /usr/share/hscurses-1.1/doc/html' | /usr/bin/ghc-pkg update -
45 pre_remove() {
48 /usr/bin/ghc-pkg unregister hscurses-1.1
51 post_upgrade() {
52 post_install
53 /bin/true
56 op=$1
57 shift
58 $op $*