packages feed

ddc-build 0.3.1.1 → 0.3.1.3

raw patch · 2 files changed

+3/−4 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

DDC/Build/Builder.hs view
@@ -292,7 +292,7 @@         , buildCC                 = \cFile oFile                 -> doCmd "C compiler"           [(2, BuilderCanceled)]-                [ "gcc -Werror -std=c99 -O3 -m32"+                [ "gcc -Werror -std=c99 -O3 -m32 -fPIC"                 , "-c", cFile                 , "-o", oFile                 , "-I" ++ builderConfigBaseSrcDir config </> "sea/runtime"@@ -346,7 +346,7 @@         , buildCC                 = \cFile oFile                 -> doCmd "C compiler"           [(2, BuilderCanceled)]-                [ "gcc -Werror -std=c99 -O3 -m64"+                [ "gcc -Werror -std=c99 -O3 -m64 -fPIC"                 , "-c", cFile                 , "-o", oFile                 , "-I" ++ builderConfigBaseSrcDir config </> "sea/runtime"
ddc-build.cabal view
@@ -1,5 +1,5 @@ Name:           ddc-build-Version:        0.3.1.1+Version:        0.3.1.3 License:        MIT License-file:   LICENSE Author:         The Disciplined Disciple Compiler Strike Force@@ -9,7 +9,6 @@ Stability:      experimental Category:       Compilers/Interpreters Homepage:       http://disciple.ouroborus.net-Bug-reports:    disciple@ouroborus.net Synopsis:       Disciplined Disciple Compiler build framework. Description:    Disciplined Disciple Compiler build framework.