packages feed

Cabal revisions of streaming-base64-0.1.0.0

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

revision 1
-cabal-version: 2.2--- cabal-version:       >=1.10-name:                streaming-base64-version:             0.1.0.0-synopsis:            Streaming conversion from/to base64--- description:--- license:             PublicDomain-license:             CC0-1.0-author:              koral-maintainer:          koral@mailoo.org--- category:-build-type:          Simple--- extra-source-files:  ChangeLog.md--source-repository head-    type: git-    location: git://github.com/k0ral/streaming-base64.git--library-  exposed-modules:-    Streaming.Base64-  -- other-modules:-  -- other-extensions:-  build-depends:       base >=4.9 && <5, safe-exceptions, streaming, streaming-bytestring, transformers-  hs-source-dirs:      src-  default-language:    Haskell2010--test-suite unit-tests-  type: exitcode-stdio-1.0-  main-is: UnitTests.hs-  build-depends: base >=4.9 && <5, streaming-base64, streaming-bytestring, tasty, tasty-hunit-  default-language: Haskell2010-  hs-source-dirs: test-  -- other-modules:+cabal-version: 2.2
+-- cabal-version:       >=1.10
+name:                streaming-base64
+version:             0.1.0.0
+x-revision: 1
+synopsis:            Streaming conversion from/to base64
+-- description:
+-- license:             PublicDomain
+license:             CC0-1.0
+author:              chahine.moreau@gmail.com
+maintainer:          chahine.moreau@gmail.com
+-- category:
+build-type:          Simple
+-- extra-source-files:  ChangeLog.md
+
+source-repository head
+    type: git
+    location: git://github.com/k0ral/streaming-base64.git
+
+library
+  exposed-modules:
+    Streaming.Base64
+  -- other-modules:
+  -- other-extensions:
+  build-depends:       base >=4.9 && <5, safe-exceptions, streaming, streaming-bytestring, transformers
+  hs-source-dirs:      src
+  default-language:    Haskell2010
+
+test-suite unit-tests
+  type: exitcode-stdio-1.0
+  main-is: UnitTests.hs
+  build-depends: base >=4.9 && <5, streaming-base64, streaming-bytestring, tasty, tasty-hunit
+  default-language: Haskell2010
+  hs-source-dirs: test
+  -- other-modules: