country 0.1 → 0.1.1
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- country.cabal +1/−1
- src/Country.hs +1/−1
country.cabal view
@@ -1,5 +1,5 @@ name: country-version: 0.1+version: 0.1.1 synopsis: Country data type and functions description: The `country` library provides a data type for dealing with
src/Country.hs view
@@ -80,7 +80,7 @@ decodeAlphaTwo = flip HM.lookup alphaTwoHashMap decodeAlphaThree :: Text -> Maybe Country-decodeAlphaThree = flip HM.lookup alphaTwoHashMap+decodeAlphaThree = flip HM.lookup alphaThreeHashMap alphaTwoHashMap :: HashMap Text Country alphaTwoHashMap = L.foldl'