~ubuntu-branches/ubuntu/utopic/haskell-uulib/utopic

« back to all changes in this revision

Viewing changes to uulib.cabal.in

  • Committer: Bazaar Package Importer
  • Author(s): Arjan Oosting
  • Date: 2006-11-18 16:24:30 UTC
  • Revision ID: james.westby@ubuntu.com-20061118162430-24ddyj27kj0uk17v
Tags: upstream-0.9.2
ImportĀ upstreamĀ versionĀ 0.9.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
name: uulib
 
2
version: @VERSION@
 
3
license: OtherLicense
 
4
maintainer: Alexey Rodriguez <alexey@cs.uu.nl>
 
5
Build-Depends: base, haskell98
 
6
exposed-modules: UU.Parsing.CharParser UU.Parsing.Derived
 
7
                 UU.Parsing.Interface UU.Parsing.MachineInterface
 
8
                 UU.Parsing.Merge UU.Parsing.Offside UU.Parsing.Perms
 
9
                 UU.Parsing.StateParser UU.Parsing UU.DData.IntBag 
 
10
                 UU.DData.Map UU.DData.MultiSet UU.DData.Queue
 
11
                 UU.DData.Scc UU.DData.Seq UU.DData.Set UU.PPrint
 
12
                 UU.Pretty.Ext UU.Pretty UU.Scanner.GenToken UU.Scanner.GenTokenOrd
 
13
                 UU.Scanner.GenTokenParser UU.Scanner.GenTokenSymbol
 
14
                 UU.Scanner.Position UU.Scanner.Scanner
 
15
                 UU.Scanner.Token UU.Scanner.TokenParser UU.Scanner.TokenShow
 
16
                 UU.Scanner UU.Util.BinaryTrees UU.Util.PermTree UU.Util.Utils
 
17
                 UU.Pretty.Basic UU.Parsing.Machine    
 
18
                 UU.DData.IntMap  
 
19
                 UU.DData.IntSet        
 
20
Extensions:  RankNTypes CPP            
 
21
Hs-Source-Dir: src