avr-shake 0.0.1.1 → 0.0.1.2
raw patch · 2 files changed
+2/−3 lines, 2 filesdep ~dependent-sumPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: dependent-sum
API changes (from Hackage documentation)
Files
- avr-shake.cabal +2/−2
- src/System/Command/AVRDUDE.hs +0/−1
avr-shake.cabal view
@@ -1,5 +1,5 @@ name: avr-shake-version: 0.0.1.1+version: 0.0.1.2 stability: experimental cabal-version: >= 1.6@@ -24,7 +24,7 @@ exposed-modules: Development.Shake.AVR System.Command.AVRDUDE build-depends: base >= 3 && <5,- dependent-sum,+ dependent-sum == 0.2.*, mtl, process, shake >= 0.10
src/System/Command/AVRDUDE.hs view
@@ -20,7 +20,6 @@ import Control.Monad.Writer import Data.GADT.Compare import Data.List-import Data.Monoid import Data.Word import System.Exit import System.Process