Commit graph

31515 commits

Author SHA1 Message Date
Peter Simons ec33405820 haskell-wai-logger: update to version 2.1.0 2013-12-29 12:26:07 +01:00
Peter Simons 38b9c60dda haskell-tasty-ant-xml: update to version 1.0.0.5 2013-12-29 12:26:07 +01:00
Peter Simons 987025b911 haskell-shakespeare: update to version 1.2.0.4 2013-12-29 12:26:07 +01:00
Peter Simons 2b140cc909 haskell-rethinkdb: re-generate expression with cabal2nix 2013-12-29 12:26:07 +01:00
Peter Simons eac8e44d09 haskell-profunctors: update to version 4.0.2 2013-12-29 12:26:06 +01:00
Peter Simons 453668d04e haskell-hamlet: update to version 1.1.7.6 2013-12-29 12:26:06 +01:00
Peter Simons e8e8e8b8fa haskell-fast-logger: update to version 2.1.0 2013-12-29 12:26:06 +01:00
Peter Simons 56e4f6285c haskell-graphviz: lift restrictions on temporary to fix the build 2013-12-29 12:26:06 +01:00
Peter Simons 67515e8e38 haskell-statistics: this package needs a more recent version of binary 2013-12-29 12:26:06 +01:00
Peter Simons 469735b45f haskell-wai-extra: jailbreak to fix build with recent version of fast-logger 2013-12-29 12:26:06 +01:00
Peter Simons c3fafc22b1 haskell-miniutter: this package needs a more recent version of binary 2013-12-29 12:26:06 +01:00
Peter Simons 9f37ace519 haskell-bmp: don't use the latest version because it requires binary >= 0.6; a version that no released compiler has yet 2013-12-29 12:26:06 +01:00
Peter Simons 634e636792 haskell-defaults.nix: fix evaluation of the ghc 7.2.2 package set 2013-12-29 12:26:06 +01:00
Peter Simons 08884ea8e5 haskell-yesod-routes: update to version 1.2.0.5 2013-12-29 12:26:06 +01:00
Peter Simons c6653e4564 haskell-yesod-persistent: update to version 1.2.2.1 2013-12-29 12:26:06 +01:00
Peter Simons b7450e7085 haskell-yesod-form: update to version 1.3.4.2 2013-12-29 12:26:06 +01:00
Peter Simons 1f22a2b93d haskell-yesod-core: update to version 1.2.6.4 2013-12-29 12:26:06 +01:00
Peter Simons 80cadd1f00 haskell-yesod-auth: update to version 1.2.5.2 2013-12-29 12:26:06 +01:00
Peter Simons 6bc07e5a36 haskell-wai-extra: update to version 2.0.1.2 2013-12-29 12:26:06 +01:00
Peter Simons 513fd95f6c haskell-temporary: update to version 1.2.0.1 2013-12-29 12:26:06 +01:00
Peter Simons f777fd99dc haskell-tasty: update to version 0.7 2013-12-29 12:26:06 +01:00
Peter Simons 96c27d4a16 haskell-tasty-golden: update to version 2.2.0.2 2013-12-29 12:26:06 +01:00
Peter Simons fba98ed1f4 haskell-statistics: update to version 0.10.5.2 2013-12-29 12:26:06 +01:00
Peter Simons 2f4d7e22c3 haskell-persistent: update to version 1.3.0 2013-12-29 12:26:06 +01:00
Peter Simons 5f481cef8e haskell-persistent-template: update to version 1.3.0 2013-12-29 12:26:05 +01:00
Peter Simons 7f84c7394b haskell-persistent-sqlite: update to version 1.3.0 2013-12-29 12:26:05 +01:00
Peter Simons 2f6ccb037c haskell-persistent-postgresql: update to version 1.3.0 2013-12-29 12:26:05 +01:00
Peter Simons d4a5eb8e1f haskell-mono-traversable: update to version 0.2.0.0 2013-12-29 12:26:05 +01:00
Peter Simons 86eb9b78b5 haskell-monad-logger: update to version 0.3.4.0 2013-12-29 12:26:05 +01:00
Peter Simons 36b02e9431 haskell-either: update to version 4.1 2013-12-29 12:26:05 +01:00
Peter Simons e698851cc1 haskell-classy-prelude: update to version 0.7.0 2013-12-29 12:26:05 +01:00
Peter Simons e097ad80b5 haskell-classy-prelude-conduit: update to version 0.7.0 2013-12-29 12:26:05 +01:00
Peter Simons ce829e2c6b haskell-ansi-wl-pprint: update to version 0.6.7.1 2013-12-29 12:26:05 +01:00
Peter Simons 0e1c29e0ad haskell-HsOpenSSL: update to version 0.10.4 2013-12-29 12:26:05 +01:00
Peter Simons 7e94212b0d haskell: don't provide 'binary' default, instead we override that
attribute in the compiler-specific package set

binary has become a core package in ghc 7.4.2, so we cannot easily build
stuff with our own version of it. (Least not without Cabal warning about
version conflicts in the build log.)
2013-12-29 12:26:05 +01:00
Peter Simons ad80939299 pkgs/top-level/release.nix: build the ghc 7.2.2 binary 2013-12-29 12:26:05 +01:00
Peter Simons 631ad32b5d pkgs/build-support/cabal: the configure-phase warning check can be
disabled by setting 'strictConfigurePhase' to 'false'

This is necessary for some packages, like dns, because cabal warns about
multiple versions of the same dependency being used, but the usage is fine,
actually, so we want the build to succeed. Packages that depend on 'doctest'
also have this issue <https://github.com/sol/doctest-haskell/issues/69>.
2013-12-29 12:26:05 +01:00
Peter Simons 6ea52bf49a haskell-defaults.nix: cabal2nix now requires Cabal 1.16.x or later 2013-12-29 12:26:05 +01:00
Peter Simons 63e37a4f1f haskell-DRBG: add version 0.5.1 2013-12-29 12:26:05 +01:00
Peter Simons 6646b80027 haskell-cipher-aes128: add version 0.5 2013-12-29 12:26:05 +01:00
Peter Simons 5b37e9b543 haskell-prettyclass: add version 1.0.0.0 2013-12-29 12:26:05 +01:00
Peter Simons 6209bb8556 pkgs/build-support/cabal: add 'buildTarget' attribute to allow passing flags to "./Setup build" 2013-12-29 12:26:05 +01:00
Peter Simons 63c60638fc pkgs/build-support/cabal: clean up the code that sets rpath for shared executables 2013-12-29 12:26:05 +01:00
Peter Simons 7d577eb822 build-support/cabal: recognize the "this package indirectly depends on
multiple versions of the same package" warning from Cabal and abort the
build if it occurs.
2013-12-29 12:26:05 +01:00
Peter Simons 074fee59c5 haskell-yesod-static: update to version 1.2.2.1 2013-12-29 12:26:05 +01:00
Peter Simons 8d18c2cfbc haskell-wai-logger: update to version 2.0.2 2013-12-29 12:26:04 +01:00
Peter Simons 0e2c35b89c haskell-wai-extra: update to version 2.0.1.1 2013-12-29 12:26:04 +01:00
Peter Simons 0e87adf3f2 haskell-lens: update to version 3.10.1 2013-12-29 12:26:04 +01:00
Peter Simons 87d05fcea5 haskell-fclabels: update to version 2.0.1 2013-12-29 12:26:04 +01:00
Peter Simons 6ee7b328d1 haskell-fast-logger: update to version 2.0.3 2013-12-29 12:26:04 +01:00