Skip to content

Commit 4237c76

Browse files
committed
Move currently unused files out of the main directory
1 parent f9cb0dd commit 4237c76

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+10
-34
lines changed

dex.cabal

Lines changed: 3 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@ flag optimized
2727
description: Enables GHC optimizations
2828
default: False
2929

30-
flag llvm-head
31-
description: Use the bleeding-edge version of LLVM
32-
default: False
33-
3430
flag foreign
3531
description: Build the C interface to Dex
3632
default: False
@@ -42,52 +38,35 @@ flag debug
4238
library
4339
exposed-modules: AbstractSyntax
4440
-- , Builder
45-
-- , CUDA
4641
-- , CheapReduction
4742
-- , CheckType
4843
, ConcreteSyntax
4944
-- , Core
5045
-- , DPS
5146
, Err
5247
-- , Generalize
53-
-- , Imp
54-
-- , ImpToLLVM
5548
, IncState
5649
, Inference
5750
-- , Inline
58-
-- , JAX.Concrete
59-
-- , JAX.Rename
60-
-- , JAX.ToSimp
61-
-- , LLVM.Link
62-
-- , LLVM.Compile
63-
-- , LLVM.CUDA
64-
-- , LLVM.Shims
6551
, Lexing
66-
-- , Linearize
6752
, MonadUtil
6853
, MTL1
6954
, Name
70-
-- , Occurrence
71-
-- , OccAnalysis
72-
-- , Optimize
73-
-- , PeepholeOptimize
7455
, PPrint
7556
, RawName
76-
-- , Runtime
7757
-- , RuntimePrint
7858
-- , Serialize
7959
-- , Simplify
80-
, Subst
60+
, Subst
8161
, SourceRename
8262
, SourceIdTraversal
83-
, TopLevel2
63+
, TopLevel
8464
-- , Transpose
8565
, Types.Simple
8666
, Types.Complicated
87-
-- , Types.Imp
8867
, Types.Primitives
8968
, Types.Source
90-
, Types.Top2
69+
, Types.Top
9170
-- , QueryType
9271
, QueryTypePure
9372
, Util
@@ -103,8 +82,6 @@ library
10382
, cryptonite
10483
, exceptions
10584
, hashable
106-
, llvm-hs
107-
, llvm-hs-pure
10885
, mtl
10986
, scientific
11087
, transformers
@@ -272,7 +249,6 @@ foreign-library Dex
272249
, base
273250
, bytestring
274251
, containers
275-
, llvm-hs
276252
, mtl
277253
, random
278254
, text
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)