Skip to content

Commit

Permalink
Erased and reinstalled dependencies and fixed versions in cabal file …
Browse files Browse the repository at this point in the history
…to ensure compliance with stackage versions of dependencies
  • Loading branch information
talw committed Dec 31, 2014
1 parent 9bbdc84 commit 467be50
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions quoridor-hs.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -37,21 +37,21 @@ library
build-depends: base >=4.7 && <4.8,
containers >=0.5 && <0.6,
mtl >=2.1 && <2.2,
parsec >=3.1,
dlist >=0.5,
network-simple >=0.4,
hex >=0.1.1,
bytestring >=0.10.4,
exceptions >=0.6.1,
ansi-terminal >=0.6.2,
process >=1.2,
websockets-snap >=0.9,
websockets >=0.9,
snap-core >=0.9,
snap-server >=0.9,
filepath >=1.3,
directory >=1.0,
network >=2.5
parsec ==3.1.*,
dlist ==0.7.1.*,
network-simple ==0.4.*,
hex ==0.1.*,
bytestring ==0.10.*,
exceptions ==0.6.*,
ansi-terminal ==0.6.*,
process ==1.2.*,
websockets-snap ==0.9.*,
websockets ==0.9.*,
snap-core ==0.9.*,
snap-server ==0.9.*,
filepath ==1.3.*,
directory ==1.2.*,
network ==2.5.*

-- hs-source-dirs:
default-language: Haskell2010
Expand Down

0 comments on commit 467be50

Please sign in to comment.