[PATCH 06/11] Add functions to Dh_Haskell.hs (fixed linebreaks)

2015-03-28 Thread David Fox
--- 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

2015-03-27 Thread David Fox
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/