Skip to content

Commit

Permalink
added network into dependencies. #9
Browse files Browse the repository at this point in the history
  • Loading branch information
wodeni committed Nov 20, 2017
1 parent bf19679 commit a78d89f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions penrose.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ executable penrose
other-extensions: AllowAmbiguousTypes, RankNTypes, UnicodeSyntax, NoMonomorphismRestriction, OverloadedStrings, DeriveGeneric, DuplicateRecordFields
build-depends: base >= 4.9 && <4.10,
random >= 1.1 && <1.2,
andom-shuffle >= 0.0.4 && < 0.1,
random-shuffle >= 0.0.4 && < 0.1,
containers >= 0.5 && <0.6,
gloss >= 1.11 && <1.12,
megaparsec >= 5.3 && <5.4,
Expand All @@ -37,6 +37,7 @@ executable penrose
old-time >= 1.1 && <1.2,
pretty >= 1.1.3 && < 1.2,
extra >= 1.6 && < 1.7,
process >= 1.4.3 && < 1.5
process >= 1.4.3 && < 1.5,
network >= 2.6.3 && < 2.7
hs-source-dirs: src
default-language: Haskell2010

0 comments on commit a78d89f

Please sign in to comment.