Skip to content

Commit

Permalink
version bump + include util package
Browse files Browse the repository at this point in the history
  • Loading branch information
egonSchiele committed Jun 7, 2013
1 parent 1912c42 commit aeda612
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rdioh.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: rdioh
version: 0.2.0
version: 0.2.1
category: Network, API, Web
license: MIT
license-file: LICENSE
Expand All @@ -14,7 +14,7 @@ description: This library implements methods for Rdio's API.

library
build-depends: base >= 3 && <= 5 , mtl , MissingH , bytestring , json , hoauth , urlencoded, aeson, containers, transformers
exposed-modules: Rdioh, Rdioh.Models, Rdioh.Auth
exposed-modules: Rdioh, Rdioh.Models, Rdioh.Auth, Rdioh.Util

hs-source-dirs: src
extensions: FlexibleContexts
Expand Down

0 comments on commit aeda612

Please sign in to comment.