File: QIO.cabal

package info (click to toggle)
haskell-qio 1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 96 kB
  • ctags: 1
  • sloc: haskell: 815; makefile: 3
file content (18 lines) | stat: -rw-r--r-- 540 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Name:		QIO
Version:	1.0
Cabal-Version:	>= 1.2
License:	BSD3
License-File:	LICENSE
Author:		Alexander S. Green
Homepage:	http://www.cs.nott.ac.uk/~asg/QIO/
Category:	Quantum
Synopsis:	The Quantum IO Monad is a library for defining quantum computations in Haskell
Build-Type:	Simple

Library
  Build-Depends:		
    base >= 4 && < 5, containers, haskell98, mtl, random, old-time
  Exposed-modules:
    QIO.Heap, QIO.QArith, QIO.QExamples, QIO.QIORandom, QIO.Qdata, QIO.Qft,
    QIO.Qio, QIO.QioClass, QIO.QioSyn, QIO.Shor, QIO.Vec, QIO.VecEq