[PATCH 06/11] Add functions to Dh_Haskell.hs (fixed linebreaks)
--- Dh_Haskell.sh | 70 +++ 1 file changed, 70 insertions(+) diff --git a/Dh_Haskell.sh b/Dh_Haskell.sh index c5b15b2..f0a2002 100644 --- a/Dh_Haskell.sh +++ b/Dh_Haskell.sh @@ -1,3 +1,73 @@ +cpu(){ + ghc -e 'putStr System.Info.arch' +} + +
[PATCH 06/11] Add functions to Dh_Haskell.hs
These functions are used by the forthcoming bash translations of the make rules. --- Dh_Haskell.sh | 70 +++ 1 file changed, 70 insertions(+) diff --git a/Dh_Haskell.sh b/Dh_Haskell.sh index c5b15b2..f0a2002 100644 --- a/Dh_Haskell.sh +++ b/