tel / saltine

Cryptography that's easy to digest (NaCl/libsodium bindings)
https://github.com/tel/saltine
MIT License
61 stars 29 forks source link

Upload new package with relaxed base version restriction #23

Closed lpeterse closed 9 years ago

lpeterse commented 9 years ago
 ~/ % cabal install saltine --reinstall
Resolving dependencies...
cabal: Could not resolve dependencies:
trying: saltine-0.0.0.3 (user goal)
next goal: base (dependency of saltine-0.0.0.3)
rejecting: base-4.8.0.0/installed-1b6... (conflict: saltine => base>=4.5 &&
<4.8)
rejecting: base-4.8.0.0, 4.7.0.2, 4.7.0.1, 4.7.0.0, 4.6.0.1, 4.6.0.0, 4.5.1.0,
4.5.0.0, 4.4.1.0, 4.4.0.0, 4.3.1.0, 4.3.0.0, 4.2.0.2, 4.2.0.1, 4.2.0.0,
4.1.0.0, 4.0.0.0, 3.0.3.2, 3.0.3.1 (global constraint requires installed
instance)
Dependency tree exhaustively searched.

The current HEAD has base < 5 set already.

benma commented 9 years ago

@tel, if you have time, please make a new release on hackage.

tel commented 9 years ago

Looking into that now

tel commented 9 years ago

Version 0.0.0.4 is now available.

benma commented 9 years ago

Thank you very much!