packages feed

Cabal revisions of quipper-0.7

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
--- Initial quipper.cabal generated by cabal init.  For further --- documentation, see http://haskell.org/cabal/users-guide/--name:                quipper-version:             0.7-synopsis:            Quipper is an embedded, scalable functional programming language for quantum computing.--- description:         -homepage:            http://www.mathstat.dal.ca/~selinger/quipper/-license:             BSD3-license-file:        COPYRIGHT-author:              Applied Communication Sciences-maintainer:          leonardo.taglialegne@gmail.com--- copyright:           --- category:            -build-type:          Simple-extra-source-files:  README-cabal-version:       >=1.10--library-  exposed-modules:     Quipper, Quipper.Generic, Quipper.CircLifting, Quipper.Printing, Quipper.Classical, Quipper.QData, Quipper.Internal, Quipper.Monad, Quipper.Control, Quipper.Circuit, Quipper.QClasses, Quipper.Labels, Quipper.Transformer-  other-modules:       Libraries.Template, Libraries.RandomSource, Libraries.CommandLine, Libraries.ShowAll, Libraries.Auxiliary, Libraries.Typeable, Libraries.PortableSignals, Libraries.Sampling, Libraries.Tuple, Libraries.Template.LiftQ, Libraries.Template.Auxiliary, Libraries.Template.ErrorMsgQ, Libraries.Template.Lifting-  other-extensions:    GADTs, RankNTypes, FlexibleInstances, OverlappingInstances, MultiParamTypeClasses, FunctionalDependencies, UndecidableInstances, CPP, StandaloneDeriving, DeriveDataTypeable, ScopedTypeVariables, TypeSynonymInstances, TemplateHaskell, BangPatterns, FlexibleContexts, TypeFamilies, Rank2Types, ExistentialQuantification-  build-depends:       base >=4.6 && <4.7, random >=1.0 && <1.1, containers >=0.5 && <0.6, unix >=2.6 && <2.7, template-haskell >=2.8 && <2.9, mtl >=2.1 && <2.2, easyrender >=0.1 && <0.2, process >=1.1 && <1.2, directory >=1.2 && <1.3-  hs-source-dirs:      src-  default-language:    Haskell2010+-- Initial quipper.cabal generated by cabal init.  For further 
+-- documentation, see http://haskell.org/cabal/users-guide/
+
+name:                quipper
+version:             0.7
+x-revision: 1
+synopsis:            An embedded, scalable functional programming language for quantum computing.
+-- description:         
+homepage:            http://www.mathstat.dal.ca/~selinger/quipper/
+license:             BSD3
+license-file:        COPYRIGHT
+author:              Applied Communication Sciences
+maintainer:          leonardo.taglialegne@gmail.com
+-- copyright:           
+-- category:            
+build-type:          Simple
+extra-source-files:  README
+cabal-version:       >=1.10
+
+library
+  exposed-modules:     Quipper, Quipper.Generic, Quipper.CircLifting, Quipper.Printing, Quipper.Classical, Quipper.QData, Quipper.Internal, Quipper.Monad, Quipper.Control, Quipper.Circuit, Quipper.QClasses, Quipper.Labels, Quipper.Transformer
+  other-modules:       Libraries.Template, Libraries.RandomSource, Libraries.CommandLine, Libraries.ShowAll, Libraries.Auxiliary, Libraries.Typeable, Libraries.PortableSignals, Libraries.Sampling, Libraries.Tuple, Libraries.Template.LiftQ, Libraries.Template.Auxiliary, Libraries.Template.ErrorMsgQ, Libraries.Template.Lifting
+  other-extensions:    GADTs, RankNTypes, FlexibleInstances, OverlappingInstances, MultiParamTypeClasses, FunctionalDependencies, UndecidableInstances, CPP, StandaloneDeriving, DeriveDataTypeable, ScopedTypeVariables, TypeSynonymInstances, TemplateHaskell, BangPatterns, FlexibleContexts, TypeFamilies, Rank2Types, ExistentialQuantification
+  build-depends:       base >=4.6 && <4.7, random >=1.0 && <1.1, containers >=0.5 && <0.6, unix >=2.6 && <2.7, template-haskell >=2.8 && <2.9, mtl >=2.1 && <2.2, easyrender >=0.1 && <0.2, process >=1.1 && <1.2, directory >=1.2 && <1.3
+  hs-source-dirs:      src
+  default-language:    Haskell2010