shwifty 0.0.2.0 → 0.0.3.0
raw patch · 2 files changed
+4/−4 lines, 2 filesdep ~basedep ~timePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, time
API changes (from Hackage documentation)
Files
- shwifty.cabal +3/−3
- src/Shwifty.hs +1/−1
shwifty.cabal view
@@ -2,7 +2,7 @@ name: shwifty version:- 0.0.2.0+ 0.0.3.0 synopsis: Generate swift types from haskell types. description:@@ -41,7 +41,7 @@ Shwifty.Pretty Shwifty.Types build-depends:- , base >= 4.11 && < 4.14+ , base >= 4.11 && < 4.15 , bytestring >= 0.10 && < 0.11 , case-insensitive >= 1.2 && < 1.3 , containers >= 0.5.9 && < 0.7@@ -50,7 +50,7 @@ , template-haskell >= 2.11 && < 2.17 , text >= 1.2 && < 1.3 , th-abstraction >= 0.3 && < 0.4- , time >= 1.8 && < 1.10+ , time >= 1.8 && < 1.11 , unordered-containers >= 0.2 && < 0.3 , uuid-types >= 1.0 && < 1.1 , vector >= 0.12 && < 0.13
src/Shwifty.hs view
@@ -279,7 +279,7 @@ -- > getShwifty ''Fun -- -- @--- struct Fun<A> {+-- struct Fun\<A\> { -- let fun: ((Int, Char, Bool, String) -> A?) -- } -- @