Fixed issue where package doesn't have enough dependencies by adding a lens dependency#9
Fixed issue where package doesn't have enough dependencies by adding a lens dependency#9mstksg wants to merge 11 commits into
Conversation
…re not positive integers. This change also adds a test suite.
|
didn't even see #3 before making this; hopefully this is a good step towards resolving it. |
Added is-not-positive
…sacundim-master Conflicts: src/Integer/IsPositive.hs
|
@stettberger added |
Sorry, cannot build this (used libghc-lens-dev from Debian Unstable) |
The package in its current state suffers from a problem of not requiring any dependencies. (HEAD currently only depends on base, which comes with GHC). This PR adds a lens dependency and rewrites some functionality using lens-based optics, which should be enough to ensure that requiring this package pulls in an obscene amount of transitive dependencies without fail.