Skip to content

Commit 861bf30

Browse files
author
Rajkumar Natarajan
committed
eta 573 update the rts package changes in corresponding files
1 parent 53160fd commit 861bf30

3 files changed

Lines changed: 3 additions & 9 deletions

File tree

libraries/base/java-utils/Utils.java

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,11 @@
66
import java.util.Set;
77
import java.util.List;
88
import java.util.HashSet;
9-
109
import java.io.File;
1110
import java.io.IOException;
1211
import java.io.PrintStream;
1312
import java.io.InputStream;
1413
import java.io.UnsupportedEncodingException;
15-
1614
import java.nio.ByteOrder;
1715
import java.nio.ByteBuffer;
1816
import java.nio.file.Files;
@@ -35,20 +33,17 @@
3533
import java.nio.channels.WritableByteChannel;
3634
import java.security.MessageDigest;
3735
import java.security.NoSuchAlgorithmException;
38-
3936
import eta.runtime.Runtime;
4037
import eta.runtime.RuntimeLogging;
4138
import eta.runtime.stg.TSO;
4239
import eta.runtime.stg.StgContext;
43-
import eta.runtime.stg.Closure;
44-
import eta.runtime.stg.Capability;
40+
import eta.Closure;
41+
import eta.runtime.Capability;
4542
import eta.runtime.io.MemoryManager;
46-
4743
import ghc_prim.ghc.types.datacons.Czh;
4844
import ghc_prim.ghc.types.datacons.ZC;
4945
import ghc_prim.ghc.types.tycons.ZMZN;
5046
import ghc_prim.ghc.Types;
51-
5247
import java.lang.management.ManagementFactory;
5348
import com.sun.management.OperatingSystemMXBean;
5449

libraries/ghc-prim/java/Utils.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
package eta.ghc_prim;
22

33
import java.nio.ByteBuffer;
4-
54
import eta.runtime.io.MemoryManager;
65

76
public class Utils {

libraries/integer/java/Utils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import java.math.BigInteger;
44
import eta.runtime.stg.StgContext;
5-
import eta.runtime.stg.Closure;
5+
import eta.Closure;
66

77
public class Utils {
88
/**

0 commit comments

Comments
 (0)