baserock-schema 0.0.1.2 → 0.0.1.3
raw patch · 1 files changed
+9/−5 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- baserock-schema.cabal +9/−5
baserock-schema.cabal view
@@ -2,11 +2,13 @@ -- -- see: https://github.com/sol/hpack ----- hash: 785696ae69bd1593ec1d822910442190eef009f11527e89db53abe0e3ed170f4+-- hash: b6837e1fe21d79c10d9853821740047ab7d4a15eaee1668f814cb447afee0f08 name: baserock-schema-version: 0.0.1.2-description: Please see the README on GitHub at <https://gitlab.com/locallycompact/baserock-schema#readme>+version: 0.0.1.3+synopsis: Baserock Definitions Schema+description: Baserock Definitions Schema - Parsers, Printers, Encoders, Decoders, ASTs, Graphs and Traversals+category: Data author: Daniel Firth maintainer: locallycompact@gmail.com copyright: 2018 Daniel Firth@@ -18,6 +20,10 @@ ChangeLog.md README.md +source-repository head+ type: git+ location: https://gitlab.com/locallycompact/baserock-schema+ library exposed-modules: Baserock@@ -30,7 +36,6 @@ algebraic-graphs , base >=4.7 && <5 , bytestring- , docopt , errors , mtl , text@@ -74,7 +79,6 @@ , base >=4.7 && <5 , baserock-schema , bytestring- , docopt , errors , hspec , mtl