stable-maps 0.0.3.1 → 0.0.3.2
raw patch · 2 files changed
+4/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- .travis.yml +1/−0
- stable-maps.cabal +3/−1
+ .travis.yml view
@@ -0,0 +1,1 @@+language: haskell
stable-maps.cabal view
@@ -1,8 +1,9 @@ Name: stable-maps-Version: 0.0.3.1+Version: 0.0.3.2 Synopsis: Heterogeneous maps keyed by StableNames Description: Provides an API for inserting heterogeneous data in a collection keyed by StableNames and for later retrieving it. Homepage: http://github.com/ekmett/stable-maps+Bug-Reports: http://github.com/ekmett/stable-maps/issues License: BSD3 License-file: LICENSE Author: Edward Kmett@@ -10,6 +11,7 @@ Category: Math Build-type: Simple Cabal-version: >=1.6+Extra-Source-Files: .travis.yml source-repository head type: git