Commit graph

13 commits

Author SHA1 Message Date
Peter Simons ab46db003c trifecta-1.2: re-generate with cabal2nix 2014-01-27 11:49:33 +01:00
Shea Levy 66e789d199 trifecta-1.1: Fix compilation with new blaze
Note that jailbreak-cabal breaks the cabal file for trifecta (cc @peti)

Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-26 13:41:13 -05:00
Peter Simons 132965e66a haskell-trifecta: re-generate expressions with cabal2nix 2013-12-29 12:26:07 +01:00
Mathijs Kwik c693d2e7fa haskell-trifecta 1.2: relax comonad dependency 2013-12-23 10:21:19 +01:00
Mathijs Kwik 1f42e5c565 haskell-trifecta 1.1: relax comonad dependency 2013-12-23 10:21:19 +01:00
Peter Simons 5fd1c46beb haskell-trifecta: update to version 1.2.1.1 2013-11-01 14:20:11 +01:00
Peter Simons 2de6d71694 haskell-trifecta: update to version 1.1 2013-11-01 14:20:11 +01:00
Mathijs Kwik 3c2b7f5e33 haskell-trifecta: bring back 1.1 for idris 2013-11-01 08:02:19 +01:00
Mathijs Kwik 07d68731ff haskell-trifecta: jailbreak on comonad 2013-11-01 08:02:13 +01:00
Peter Simons 97f3968921 haskell-trifecta: update to version 1.2.1.1 2013-10-15 11:59:11 +02:00
Peter Simons 1f7957329c haskell-trifecta: update to version 1.2.1 2013-10-10 20:56:39 +02:00
Mathijs Kwik cb537ad44b trifecta: override dependency versions
"jailbreak" did not work for this package
Also, I force a downgrade for "hashable" to make stuff work with our current haskell platform. If you don't like running things "below spec", you can add the following to packageOverrides:

haskellPackages_ghc763 = pkgs.haskellPackages_ghc763.override {
  extraPrefs = self: {
    hashable = self.hashable_1_2_1_0;
  };
};
2013-10-04 09:07:45 +02:00
Peter Simons f5ea2c41e6 haskell-trifecta: add version 1.1 2013-09-25 18:30:37 +02:00