packages feed

Cabal revisions of currency-codes-1.0.0.1

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-name:                currency-codes-version:             1.0.0.1-synopsis:            ISO-4217 Currency Codes-description:         ISO-4217 Currency Codes-license:             MIT-license-file:        LICENSE-author:              Chordify-maintainer:          Matthias Benkort <matthias@chordify.net>-copyright:           (c) 2017 Chordify-category:            Data-build-type:          Simple-homepage:            https://gitlab.com/chordify/currency-codes-bug-reports:         https://github.com/chordify/currency-codes/issues-extra-source-files:  README.md-                     CHANGELOG.md-                     stack.yaml-                     Setup.hs-cabal-version:       >=1.10--library-  hs-source-dirs:      src-  default-language:    Haskell2010-  ghc-options:         -Wall-  default-extensions:  DataKinds-                     , DeriveDataTypeable-                     , DeriveFunctor-                     , DeriveGeneric-                     , ExistentialQuantification-                     , FlexibleContexts-                     , GADTs-                     , GeneralizedNewtypeDeriving-                     , MultiParamTypeClasses-                     , OverloadedStrings-                     , RecordWildCards-                     , ScopedTypeVariables-                     , TupleSections-                     , TypeOperators-  build-depends:       base >= 4.7 && < 5-                     , aeson-                     , bson-                     , lens-                     , random-                     , safe-                     , swagger2-                     , text-  exposed-modules:     Data.Currency+name:                currency-codes
+version:             1.0.0.1
+x-revision: 1
+synopsis:            ISO-4217 Currency Codes
+description:         ISO-4217 Currency Codes
+license:             MIT
+license-file:        LICENSE
+author:              Chordify
+maintainer:          Matthias Benkort <matthias@chordify.net>
+copyright:           (c) 2017 Chordify
+category:            Data
+build-type:          Simple
+homepage:            https://gitlab.com/chordify/currency-codes
+bug-reports:         https://gitlab.com/chordify/currency-codes/issues
+extra-source-files:  README.md
+                     CHANGELOG.md
+                     stack.yaml
+                     Setup.hs
+cabal-version:       >=1.10
+
+library
+  hs-source-dirs:      src
+  default-language:    Haskell2010
+  ghc-options:         -Wall
+  default-extensions:  DataKinds
+                     , DeriveDataTypeable
+                     , DeriveFunctor
+                     , DeriveGeneric
+                     , ExistentialQuantification
+                     , FlexibleContexts
+                     , GADTs
+                     , GeneralizedNewtypeDeriving
+                     , MultiParamTypeClasses
+                     , OverloadedStrings
+                     , RecordWildCards
+                     , ScopedTypeVariables
+                     , TupleSections
+                     , TypeOperators
+  build-depends:       base >= 4.7 && < 5
+                     , aeson
+                     , bson
+                     , lens
+                     , random
+                     , safe
+                     , swagger2
+                     , text
+  exposed-modules:     Data.Currency