shuffle-0.1.0.1: shuffle.cabal
Name: shuffle
Version: 0.1.0.1
Copyright: Utrecht University, Department of Information and Computing Sciences, Software Technology group
Description: Shuffle tool used by UHC (Utrecht Haskell Compiler)
Synopsis: Shuffle tool for UHC
Homepage: https://github.com/UU-ComputerScience/shuffle
Bug-Reports: https://github.com/UU-ComputerScience/shuffle/issues
License: BSD3
License-file: LICENSE
Author: UHC Team
Maintainer: uhc-developers@lists.science.uu.nl
Category: Development
Build-Type: Custom
Cabal-Version: >= 1.8
Extra-Source-Files: uuagc_options,
src/UHC/Shuffle/AspectExprAbsSyn.ag,
src/UHC/Shuffle/CDocAbsSyn.ag,
src/UHC/Shuffle/CDocCommonAG.ag,
src/UHC/Shuffle/ChunkAbsSyn.ag
Source-Repository head
Type: git
Location: https://github.com/UU-ComputerScience/shuffle.git
Executable shuffle
Hs-Source-Dirs: src
Main-Is: Shuffle.hs
Extensions: RankNTypes, TypeSynonymInstances, FlexibleInstances, FlexibleContexts
Other-Modules: UHC.Shuffle.AspectExpr,
UHC.Shuffle.AspectExprEval,
UHC.Shuffle.Common,
UHC.Shuffle.CDoc,
UHC.Shuffle.CDocCommon,
UHC.Shuffle.CDocSubst,
UHC.Shuffle.CDocInline,
UHC.Shuffle.ChunkParser,
UHC.Shuffle.MainAG
Build-Depends: base >= 4 && < 5,
containers >= 0.4,
directory >= 1.1,
network >= 2.3,
process >= 1.1,
array >= 0.4,
uulib >= 0.9,
uuagc >= 0.9.40.3,
uuagc-cabal >= 1.0.3.0,
uhc-util >= 0.1.0.2