Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-abrar committed Nov 17, 2021
1 parent 031ee47 commit ca78180
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# bytestring-aeson-orphans
[![Haskell](https://img.shields.io/badge/language-Haskell-orange.svg)](https://haskell.org) [![Hackage](https://img.shields.io/hackage/v/bytestring-aeson-orphans.svg)](https://hackage.haskell.org/package/bytestring-aeson-orphans) [![Hackage CI](https://matrix.hackage.haskell.org/api/v2/packages/bytestring-aeson-orphans/badge)](https://matrix.hackage.haskell.org/#/package/bytestring-aeson-orphans) [![Travis CI](https://api.travis-ci.org/obsidiansystems/bytestring-aeson-orphans.svg?branch=develop)](https://travis-ci.org/obsidiansystems/bytestring-aeson-orphans) [![Github CI](https://github.com/obsidiansystems/bytestring-aeson-orphans/workflows/Haskell%20CI/badge.svg)](https://github.com/obsidiansystems/bytestring-aeson-orphans/actions) [![BSD3 License](https://img.shields.io/badge/license-BSD3-blue.svg)](https://github.com/obsidiansystems/bytestring-aeson-orphans/blob/master/LICENSE)

Aeson instances for ByteString, using base 64 encoding
_Aeson instances for ByteString, using base 64 encoding._

***
[![Obsidian Systems](https://obsidian.systems/static/images/ObsidianSystemsLogo.svg)](https://obsidian.systems)
2 changes: 1 addition & 1 deletion bytestring-aeson-orphans.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ library

build-depends:
aeson >= 1.4 && < 2
, base >= 4.11 && < 5
, base >= 4.10 && < 5
, base64-bytestring >= 1.0 && < 1.3
, bytestring >= 0.10 && < 0.12
, text >= 1 && < 1.3
Expand Down

0 comments on commit ca78180

Please sign in to comment.