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

Commit

Permalink
Relax dependency on attoparsec
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitsutoshi Aoe committed Nov 20, 2011
1 parent 1cd0b59 commit 33a5d09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scion.cabal
Expand Up @@ -105,7 +105,7 @@ executable scion-server
build-depends:
scion,
atto-lisp >= 0.2 && < 0.3,
attoparsec >= 0.8.5.1 && < 0.9,
attoparsec >= 0.8.5.1 && < 0.10,
base >= 4.2 && < 4.5,
bytestring >= 0.9 && < 0.10,
multiset >= 0.1 && < 0.3,
Expand Down

0 comments on commit 33a5d09

Please sign in to comment.