File: control

package info (click to toggle)
haskell98-tutorial 200006-2-3
  • links: PTS
  • area: main
  • in suites: bullseye, sid
  • size: 972 kB
  • sloc: haskell: 2,125; makefile: 68; sh: 9
file content (25 lines) | stat: -rw-r--r-- 690 bytes parent folder | download
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
Source: haskell98-tutorial
Maintainer: Debian QA Group <packages@qa.debian.org>
Section: doc
Priority: optional
Standards-Version: 3.7.2
Build-Depends:
 debhelper (>= 5),
 hugs,
 flex,
 libfl-dev,
 texlive-latex-base,
 texlive-plain-generic,

Package: haskell98-tutorial
Architecture: all
Depends: ${misc:Depends}
Recommends: haskell98-report
Suggests: lynx | www-browser
Conflicts: haskell-doc (<= 19991028-3)
Description: A Gentle Introduction to Haskell 98
 The Gentle Introduction is designed to serve as a supplement to the 
 Haskell 98 Report; it provides a tutorial introduction for someone
 who is already familiar with another programming language (preferably
 a functional one).