From f12557acf86ad6f104e83f752379c65bbe5df2fd Mon Sep 17 00:00:00 2001 From: krangelov Date: Thu, 19 Sep 2019 10:03:04 +0200 Subject: [PATCH] remove the dependency to the Haskell runtime completely --- src/{runtime/haskell => compiler}/Data/Binary.hs | 0 src/{runtime/haskell => compiler}/Data/Binary/Builder.hs | 0 src/{runtime/haskell => compiler}/Data/Binary/Get.hs | 0 src/{runtime/haskell => compiler}/Data/Binary/IEEE754.lhs | 0 src/{runtime/haskell => compiler}/Data/Binary/Put.hs | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename src/{runtime/haskell => compiler}/Data/Binary.hs (100%) rename src/{runtime/haskell => compiler}/Data/Binary/Builder.hs (100%) rename src/{runtime/haskell => compiler}/Data/Binary/Get.hs (100%) rename src/{runtime/haskell => compiler}/Data/Binary/IEEE754.lhs (100%) rename src/{runtime/haskell => compiler}/Data/Binary/Put.hs (100%) diff --git a/src/runtime/haskell/Data/Binary.hs b/src/compiler/Data/Binary.hs similarity index 100% rename from src/runtime/haskell/Data/Binary.hs rename to src/compiler/Data/Binary.hs diff --git a/src/runtime/haskell/Data/Binary/Builder.hs b/src/compiler/Data/Binary/Builder.hs similarity index 100% rename from src/runtime/haskell/Data/Binary/Builder.hs rename to src/compiler/Data/Binary/Builder.hs diff --git a/src/runtime/haskell/Data/Binary/Get.hs b/src/compiler/Data/Binary/Get.hs similarity index 100% rename from src/runtime/haskell/Data/Binary/Get.hs rename to src/compiler/Data/Binary/Get.hs diff --git a/src/runtime/haskell/Data/Binary/IEEE754.lhs b/src/compiler/Data/Binary/IEEE754.lhs similarity index 100% rename from src/runtime/haskell/Data/Binary/IEEE754.lhs rename to src/compiler/Data/Binary/IEEE754.lhs diff --git a/src/runtime/haskell/Data/Binary/Put.hs b/src/compiler/Data/Binary/Put.hs similarity index 100% rename from src/runtime/haskell/Data/Binary/Put.hs rename to src/compiler/Data/Binary/Put.hs