packages feed

nirum 0.3.2 → 0.3.3

raw patch · 4 files changed

+14/−4 lines, 4 files

Files

CHANGES.md view
@@ -1,6 +1,16 @@ Nirum changelog =============== +Version 0.3.3+-------------++Released on March 15, 2018.++### Et cetera++ -  The official Docker images became to have CA certificates.++ Version 0.3.2 ------------- 
README.md view
@@ -93,7 +93,7 @@     Nirum: The IDL compiler and RPC/distributed object framework      Usage: nirum [-v|--version] (-o|--output-dir DIR) (-t|--target TARGET) DIR-      Nirum compiler 0.3.2+      Nirum compiler 0.3.3      Available options:       -h,--help                Show this help text
nirum.cabal view
@@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 3a99f67d2926d8a6b73021b3ece687ae7f0b60405baf702ebcedd5988e9bc909+-- hash: d59f8a8440f6937b61d778b1d1948ecbb9599c387dad494b937ea72152fdeea6  name:           nirum-version:        0.3.2+version:        0.3.3 synopsis:       IDL compiler and RPC/distributed object framework for microservices  description:    Nirum is an IDL compiler and RPC/distributed object framework for microservices, built on top of the modern Web server technologies such as RESTful HTTP and JSON.
test/Nirum/VersionSpec.hs view
@@ -17,7 +17,7 @@             version `shouldSatisfy` SV.isDevelopment         it "is the proper version" $             -- is it a necessary test?-            version `shouldBe` SV.version 0 3 2 [] []+            version `shouldBe` SV.version 0 3 3 [] []     describe "versionText" $ do         it "is equivalent to version" $             versionText `shouldBe` SV.toText version