File tree Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -17,32 +17,38 @@ library
17
17
hs-source-dirs : src
18
18
exposed-modules :
19
19
Control.Monad.Linear
20
+ Control.Monad.Linear.Internal
20
21
Control.Optics.Linear.Internal
21
22
Data.Array.Destination
22
23
Data.Array.Mutable.Linear
24
+ Data.Array.Mutable.Unlifted.Linear
23
25
Data.Array.Polarized
24
26
Data.Array.Polarized.Pull
27
+ Data.Array.Polarized.Pull.Internal
25
28
Data.Array.Polarized.Push
26
29
Data.Bifunctor.Linear
27
30
Data.Bool.Linear
28
31
Data.Either.Linear
29
32
Data.Eq.Linear
30
33
Data.Functor.Linear
34
+ Data.Functor.Linear.Internal
35
+ Data.Functor.Linear.Internal.Traversable
31
36
Data.HashMap.Linear
32
37
Data.Maybe.Linear
33
38
Data.Monoid.Linear
34
39
Data.Num.Linear
35
40
Data.Ord.Linear
41
+ Data.Profunctor.Kleisli.Linear
42
+ Data.Profunctor.Linear
36
43
Data.Set.Mutable.Linear
37
44
Data.Tuple.Linear
45
+ Data.Unrestricted.Linear
38
46
Data.Vector.Linear
39
47
Data.Vector.Mutable.Linear
40
- Data.Profunctor.Linear
41
- Data.Profunctor.Kleisli.Linear
42
- Data.Unrestricted.Linear
43
48
Debug.Trace.Linear
44
49
Foreign.Marshal.Pure
45
50
Prelude.Linear
51
+ Prelude.Linear.Internal
46
52
System.IO.Linear
47
53
System.IO.Resource
48
54
Unsafe.Linear
@@ -56,13 +62,6 @@ library
56
62
transformers,
57
63
vector
58
64
default-language : Haskell2010
59
- other-modules :
60
- Control.Monad.Linear.Internal
61
- Data.Functor.Linear.Internal
62
- Data.Functor.Linear.Internal.Traversable
63
- Data.Array.Polarized.Pull.Internal
64
- Data.Array.Mutable.Unlifted.Linear
65
- Prelude.Linear.Internal
66
65
67
66
test-suite test
68
67
type : exitcode-stdio-1.0
You can’t perform that action at this time.
0 commit comments