Cabal revisions of rest-stringmap-0.1.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: rest-stringmap-version: 0.1.0.0-license: BSD3-synopsis: Maps with stringy keys that can be transcoded to JSON and XML.-description: Maps with stringy keys that can be transcoded to JSON and XML.-author: Silk B.V.-maintainer: code@silk.co-copyright: 2014 Silk B.V.-category: Silk-build-type: Simple-cabal-version: >=1.10--library- default-language: Haskell2010- ghc-options: -Wall- hs-source-dirs: src- exposed-modules:- Rest.StringMap.HashMap.Strict- Rest.StringMap.HashMap.Lazy- Rest.StringMap.Map.Lazy- Rest.StringMap.Map.Strict- Rest.StringMap.Util- build-depends:- base >= 4.6 && < 4.8- , aeson == 0.7.*- , containers == 0.5.*- , hashable == 1.2.*- , hxt == 9.3.*- , json-schema == 0.4.*- , text >= 0.10 && < 1.2- , tostring == 0.2.*- , unordered-containers == 0.2.*+name: rest-stringmap +version: 0.1.0.0 +x-revision: 1 +license: BSD3 +synopsis: Maps with stringy keys that can be transcoded to JSON and XML. +description: Maps with stringy keys that can be transcoded to JSON and XML. +author: Silk B.V. +maintainer: code@silk.co +copyright: 2014 Silk B.V. +category: Silk +build-type: Simple +cabal-version: >=1.10 + +library + default-language: Haskell2010 + ghc-options: -Wall + hs-source-dirs: src + exposed-modules: + Rest.StringMap.HashMap.Strict + Rest.StringMap.HashMap.Lazy + Rest.StringMap.Map.Lazy + Rest.StringMap.Map.Strict + Rest.StringMap.Util + build-depends: + base >= 4.7 && < 4.8 + , aeson == 0.7.* + , containers == 0.5.* + , hashable == 1.2.* + , hxt == 9.3.* + , json-schema == 0.4.* + , text >= 0.10 && < 1.2 + , tostring == 0.2.* + , unordered-containers == 0.2.*