Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
Packages
dph
Commits
f0c619ca
Commit
f0c619ca
authored
Jul 18, 2007
by
rl@cse.unsw.edu.au
Browse files
Rename temporary tuple module
parent
03315612
Changes
3
Hide whitespace changes
Inline
Side-by-side
Data/Array/Parallel/Lifted.hs
View file @
f0c619ca
...
...
@@ -6,5 +6,5 @@ module Data.Array.Parallel.Lifted (
import
Data.Array.Parallel.Lifted.PArray
import
Data.Array.Parallel.Lifted.Closure
import
Data.Array.Parallel.Lifted.
Tuple
import
Data.Array.Parallel.Lifted.
Instances
Data/Array/Parallel/Lifted/
Tuple
.hs
→
Data/Array/Parallel/Lifted/
Instances
.hs
View file @
f0c619ca
module
Data.Array.Parallel.Lifted.
Tuple
module
Data.Array.Parallel.Lifted.
Instances
where
import
Data.Array.Parallel.Lifted.PArray
...
...
ndp.cabal
View file @
f0c619ca
...
...
@@ -70,7 +70,7 @@ other-modules:
Data.Array.Parallel.Unlifted.Parallel.Segmented
Data.Array.Parallel.Lifted.PArray
Data.Array.Parallel.Lifted.Closure
Data.Array.Parallel.Lifted.
Tuple
Data.Array.Parallel.Lifted.
Instances
ghc-options: -fglasgow-exts -fbang-patterns -O2 -funbox-strict-fields
-fliberate-case-threshold100 -fdicts-cheap -fno-method-sharing
-fmax-simplifier-iterations6 -threaded -haddock -ftype-families
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment