Skip to content

Commit

Permalink
Fix version of package base
Browse files Browse the repository at this point in the history
Ignore-this: b1e6171fe1697c8ccd9d73f96e9d9fc

darcs-hash:20090817035246-6295e-7a0beea957189f9e55620eec7178ac05ab386e95.gz
  • Loading branch information
mchakravarty committed Aug 17, 2009
1 parent 323a26c commit 71f3151
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions accelerate.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: accelerate
Version: 0.4.0
Cabal-version: >= 1.2.3
Cabal-version: >= 1.6
Synopsis: An embedded language for accelerated array processing
Description: This library defines an embedded language for
regular, multi-dimensional array computations with
Expand All @@ -16,7 +16,11 @@ Category: Concurrency, Data
Build-type: Simple
Extra-source-files: INSTALL

Build-depends: array, base, ghc-prim, haskell98, pretty
Build-depends: array,
base == 3.*,
ghc-prim,
haskell98,
pretty
Exposed-modules: Data.Array.Accelerate
Data.Array.Accelerate.Interpreter
Other-modules: Data.Array.Accelerate.Array.Data
Expand Down

0 comments on commit 71f3151

Please sign in to comment.