Skip to content
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.

Commit

Permalink
* Upgrade everything to mtl2.
Browse files Browse the repository at this point in the history
  • Loading branch information
audreyt committed Jul 17, 2012
1 parent 3b5a25d commit 82ede96
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions HsParrot/HsParrot.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: HsParrot
Version: 0.0.2.20110925
Version: 0.0.2.20120717
Category: Language, Pugs
Synopsis: Haskell integration with Parrot virtual machine
Description: Haskell integration with Parrot virtual machine
Expand All @@ -25,7 +25,7 @@ Library
PatternGuards
hs-source-dirs: src
Build-Depends: base > 4 && < 5, bytestring>=0.9.0.1, pretty, HsSyck,
pugs-DrIFT
pugs-DrIFT >= 2.2.3.20120717
Exposed-modules: Language.PIR
Other-modules: Language.PIR.Emit

8 changes: 4 additions & 4 deletions Pugs/Pugs.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -161,15 +161,15 @@ executable pugs
extra-lib-dirs: /usr/lib /opt/local/lib

build-depends:
base >= 4 && < 5, filepath, mtl < 2.0.0.0, parsec >= 3.0.0.0, network,
base >= 4 && < 5, filepath, mtl >= 2.0.0.0, parsec >= 3.0.0.0, network,
pretty, time, random, process, containers, bytestring,
array, directory, utf8-string, binary, haskeline >= 0.6.4.0, FindBin,
array, directory, utf8-string, binary, haskeline >= 0.6.4.7, FindBin,
control-timeout >= 0.1.2,

MetaObject >= 0.0.4,
HsParrot >= 0.0.2,
pugs-compat >= 0.0.5,
pugs-DrIFT >= 2.2.3.2,
pugs-compat >= 0.0.6.20120717.204800,
pugs-DrIFT >= 2.2.3.20120717,
stringtable-atom >= 0.0.4,
HsSyck >= 0.44,
stm >= 2.1.2.1
Expand Down
2 changes: 1 addition & 1 deletion pugs-DrIFT/pugs-DrIFT.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: pugs-DrIFT
version: 2.2.3.20120203
version: 2.2.3.20120717
synopsis: DrIFT with pugs-specific rules.
description: DrIFT is a type sensitive preprocessor for Haskell. It extracts type declarations
and directives from modules. The directives cause rules to be fired on the parsed
Expand Down
2 changes: 1 addition & 1 deletion pugs-compat/pugs-compat.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name : pugs-compat
Version : 0.0.6.20120229.163800
Version : 0.0.6.20120717.204800
Build-type : Simple
Category : Pugs
License : BSD3
Expand Down

0 comments on commit 82ede96

Please sign in to comment.