haskell / network-uri

URI manipulation facilities
Other
25 stars 33 forks source link

Fix ipv4address parser to not depend on broken behaviour of notFollowedBy #15

Closed rasendubi closed 9 years ago

rasendubi commented 9 years ago

This is a blamario's patch from #13.

Builds fine and passes all tests.

ezrakilty commented 9 years ago

The Travis CI build is currently not working for ghc 7.0, 7.4 and 7.6 versions (because of a problem with the cabal version being used, it gives a spurious warning on "cabal check"). So I'm going to merge this.