From e4246d090c2d985e628347cb048a31b0f2cff907 Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Tue, 10 Dec 2013 16:11:47 +0000 Subject: [PATCH] move src/runtime/haskell/CRuntimeFFI to src/runtime/haskell-bind. Don't mess up with the stable Haskell runtime! --- src/runtime/{haskell/CRuntimeFFI => haskell-bind}/CId.hs | 0 src/runtime/{haskell/CRuntimeFFI => haskell-bind}/CRuntimeFFI.hsc | 0 src/runtime/{haskell/CRuntimeFFI => haskell-bind}/Gu.hsc | 0 src/runtime/{haskell/CRuntimeFFI => haskell-bind}/PgfLow.hs | 0 src/runtime/{haskell/CRuntimeFFI => haskell-bind}/README | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename src/runtime/{haskell/CRuntimeFFI => haskell-bind}/CId.hs (100%) rename src/runtime/{haskell/CRuntimeFFI => haskell-bind}/CRuntimeFFI.hsc (100%) rename src/runtime/{haskell/CRuntimeFFI => haskell-bind}/Gu.hsc (100%) rename src/runtime/{haskell/CRuntimeFFI => haskell-bind}/PgfLow.hs (100%) rename src/runtime/{haskell/CRuntimeFFI => haskell-bind}/README (100%) diff --git a/src/runtime/haskell/CRuntimeFFI/CId.hs b/src/runtime/haskell-bind/CId.hs similarity index 100% rename from src/runtime/haskell/CRuntimeFFI/CId.hs rename to src/runtime/haskell-bind/CId.hs diff --git a/src/runtime/haskell/CRuntimeFFI/CRuntimeFFI.hsc b/src/runtime/haskell-bind/CRuntimeFFI.hsc similarity index 100% rename from src/runtime/haskell/CRuntimeFFI/CRuntimeFFI.hsc rename to src/runtime/haskell-bind/CRuntimeFFI.hsc diff --git a/src/runtime/haskell/CRuntimeFFI/Gu.hsc b/src/runtime/haskell-bind/Gu.hsc similarity index 100% rename from src/runtime/haskell/CRuntimeFFI/Gu.hsc rename to src/runtime/haskell-bind/Gu.hsc diff --git a/src/runtime/haskell/CRuntimeFFI/PgfLow.hs b/src/runtime/haskell-bind/PgfLow.hs similarity index 100% rename from src/runtime/haskell/CRuntimeFFI/PgfLow.hs rename to src/runtime/haskell-bind/PgfLow.hs diff --git a/src/runtime/haskell/CRuntimeFFI/README b/src/runtime/haskell-bind/README similarity index 100% rename from src/runtime/haskell/CRuntimeFFI/README rename to src/runtime/haskell-bind/README