Skip to content

Commit

Permalink
.cabal wibbles
Browse files Browse the repository at this point in the history
Ignore-this: 180e753f6cc1e4155b2ce2b1c6192039

darcs-hash:20090817034651-6295e-8cd96d3cb00ea31bfbbe878dc77b3210116a138b.gz
  • Loading branch information
mchakravarty committed Aug 17, 2009
1 parent a63d3b3 commit 323a26c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions accelerate.cabal
@@ -1,5 +1,6 @@
Name: accelerate
Version: 0.4.0
Cabal-version: >= 1.2.3
Synopsis: An embedded language for accelerated array processing
Description: This library defines an embedded language for
regular, multi-dimensional array computations with
Expand All @@ -13,9 +14,9 @@ Author: Manuel M T Chakravarty, Gabriele Keller, Sean Lee
Maintainer: Manuel M T Chakravarty <chak@cse.unsw.edu.au>
Category: Concurrency, Data
Build-type: Simple
extra-source-files: INSTALL
Extra-source-files: INSTALL

Build-Depends: array, base, ghc-prim, haskell98, pretty
Build-depends: array, base, ghc-prim, haskell98, pretty
Exposed-modules: Data.Array.Accelerate
Data.Array.Accelerate.Interpreter
Other-modules: Data.Array.Accelerate.Array.Data
Expand All @@ -28,8 +29,8 @@ Other-modules: Data.Array.Accelerate.Array.Data
Data.Array.Accelerate.Pretty
Data.Array.Accelerate.Smart
Data.Array.Accelerate.Type
ghc-options: -Wall -fno-warn-orphans -fno-warn-name-shadowing
Ghc-options: -Wall -fno-warn-orphans -fno-warn-name-shadowing
Extensions: FlexibleContexts, FlexibleInstances,
ExistentialQuantification, GADTs, TypeFamilies,
ScopedTypeVariables, DeriveDataTypeable,
BangPatterns, PatternGuards, TypeOperators, RankNTypes
BangPatterns, PatternGuards, TypeOperators, RankNTypes

0 comments on commit 323a26c

Please sign in to comment.