Skip to content
This repository has been archived by the owner on May 9, 2023. It is now read-only.

Commit

Permalink
Reduced lower bound on base so hackage can compile it.
Browse files Browse the repository at this point in the history
  • Loading branch information
lukehoersten committed Apr 5, 2015
1 parent 4b54322 commit 6aa8260
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions multihash.cabal
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: multihash
version: 0.1.0
version: 0.1.1
synopsis: Multihash library and CLI executable
description: Multihash is a protocol for encoding the hash algorithm
and digest length at the start of the digest.
More information available at https:\/\/github.com\/jbenet\/multihash\/.
More information available at the official
<https://github.com/jbenet/multihash/ multihash github>.
.
Base32 encoding, Blake hashing, and file checking still to be added.
.
Expand All @@ -15,6 +16,7 @@ copyright: 2015 Luke Hoersten
category: Data
build-type: Simple
cabal-version: >=1.10
homepage: https://github.com/LukeHoersten/multihash

source-repository head
type: git
Expand All @@ -30,7 +32,7 @@ library
default-language: Haskell2010

build-depends: attoparsec >= 0.12 && < 0.13
, base >= 4.8 && < 4.9
, base >= 4.7 && < 4.9
-- , base32-bytestring >= 0.2 && < 0.3
, base58-bytestring >= 0.1 && < 0.2
, base64-bytestring >= 1.0 && < 1.1
Expand All @@ -47,7 +49,7 @@ executable multihash
ghc-options: -threaded -Wall -fwarn-tabs -funbox-strict-fields -O2 -fdicts-cheap
-fno-warn-orphans -fno-warn-unused-do-bind -rtsopts

build-depends: base >= 4.8 && < 4.9
build-depends: base >= 4.7 && < 4.9
-- , base32-bytestring >= 0.2 && < 0.3
, base64-bytestring >= 1.0 && < 1.1
, base58-bytestring >= 0.1 && < 0.2
Expand Down

0 comments on commit 6aa8260

Please sign in to comment.