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
1717 hs-source-dirs : src
1818 exposed-modules :
1919 Control.Monad.Linear
20+ Control.Monad.Linear.Internal
2021 Control.Optics.Linear.Internal
2122 Data.Array.Destination
2223 Data.Array.Mutable.Linear
24+ Data.Array.Mutable.Unlifted.Linear
2325 Data.Array.Polarized
2426 Data.Array.Polarized.Pull
27+ Data.Array.Polarized.Pull.Internal
2528 Data.Array.Polarized.Push
2629 Data.Bifunctor.Linear
2730 Data.Bool.Linear
2831 Data.Either.Linear
2932 Data.Eq.Linear
3033 Data.Functor.Linear
34+ Data.Functor.Linear.Internal
35+ Data.Functor.Linear.Internal.Traversable
3136 Data.HashMap.Linear
3237 Data.Maybe.Linear
3338 Data.Monoid.Linear
3439 Data.Num.Linear
3540 Data.Ord.Linear
41+ Data.Profunctor.Kleisli.Linear
42+ Data.Profunctor.Linear
3643 Data.Set.Mutable.Linear
3744 Data.Tuple.Linear
45+ Data.Unrestricted.Linear
3846 Data.Vector.Linear
3947 Data.Vector.Mutable.Linear
40- Data.Profunctor.Linear
41- Data.Profunctor.Kleisli.Linear
42- Data.Unrestricted.Linear
4348 Debug.Trace.Linear
4449 Foreign.Marshal.Pure
4550 Prelude.Linear
51+ Prelude.Linear.Internal
4652 System.IO.Linear
4753 System.IO.Resource
4854 Unsafe.Linear
@@ -56,13 +62,6 @@ library
5662 transformers,
5763 vector
5864 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
6665
6766test-suite test
6867 type : exitcode-stdio-1.0
You can’t perform that action at this time.
0 commit comments