packages feed

raketka 1.1.2 → 1.1.3

raw patch · 2 files changed

+5/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

changelog.md view
@@ -1,3 +1,6 @@+#####  1.1.3+    fix broken build. Reason: missing -main-is ghc-option  + #####  1.1.2     fix broken build. Reason: API change in dependency network-transport-tcp     split Main to 2 funs  
raketka.cabal view
@@ -1,5 +1,5 @@ name:                raketka-version:             1.1.2+version:             1.1.3 build-type:          Simple synopsis:            distributed-process node description:         peer node with simplelocalnet backend @@ -127,7 +127,7 @@ test-suite spec   default-language:Haskell2010   type: exitcode-stdio-1.0-  ghc-options:  -fwarn-unused-imports  +  ghc-options:  -fwarn-unused-imports -main-is TestMain   hs-source-dirs: test, src   default-extensions:   FlexibleInstances                         MultiParamTypeClasses