summaryrefslogtreecommitdiff
path: root/gnu/packages/idris.scm
AgeCommit message (Collapse)Author
2018-03-15gnu: idris: Provide the right versions of dependencies.Alex ter Weele
Previously it would fail to build. See <https://bugs.gnu.org/30741>. * gnu/packages/idris.scm (idris)[inputs]: alphebetize ghc-vector-binary-instances and ghc-async. Use ghc-aeson-1.1.2.0, ghc-cheapskate-0.1.0.5, and ghc-trifecta-1.6.2.1. Remove ghc-aeson, ghc-cheapskate, ghc-parsers, ghc-tasty, ghc-tasty-golden, ghc-tasty-rerun, ghc-trifecta, and ghc-zlib. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-03-15gnu: Add ghc-cheapskate-0.1.0.5.Alex ter Weele
* gnu/packages/idris.scm (ghc-cheapskate-0.1.0.5): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-03-15gnu: Add ghc-trifecta-1.6.2.1.Alex ter Weele
* gnu/packages/idris.scm (ghc-trifecta-1.6.2.1): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-03-15gnu: Add ghc-aeson-1.1.2.0.Alex ter Weele
* gnu/packages/idris.scm (ghc-aeson-1.1.2.0): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-11-13gnu: Move web packages from haskell to haskell-web.Ricardo Wurmus
* gnu/packages/haskell.scm (ghc-tagsoup, ghc-cookie, ghc-http-types, ghc-http, ghc-http-client, ghc-http-client-tls, ghc-http-date, ghc-http2, ghc-http-conduit, ghc-wai, ghc-wai-logger, ghc-wai-extra, ghc-wai-conduit, ghc-warp, ghc-warp-tls, ghc-xss-sanitize, ghc-css-text, ghc-mime-types, ghc-html, ghc-xhtml, ghc-blaze-html, ghc-aeson, ghc-aeson-pretty, ghc-aeson-qq, ghc-multipart): Move variables to ... * gnu/packages/haskell-web.scm: ... this new file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. * gnu/packages/haskell.scm, gnu/packages/idris.scm, gnu/packages/version-control.scm, gnu/packages/wm.scm: Include haskell-web module.
2017-11-13gnu: Move testing packages from haskell to haskell-check.Ricardo Wurmus
* gnu/packages/haskell.scm (ghc-clock-bootstrap, ghc-tasty-ant-xml, ghc-tasty-smallcheck, ghc-tasty-quickcheck, ghc-tasty-golden, ghc-tasty, ghc-tasty-hunit, ghc-tasty-kat, ghc-tasty-th, ghc-tasty-rerun, ghc-quickcheck-instances, ghc-quickcheck-unicode, ghc-quickcheck-io, ghc-quickcheck, ghc-test-framework, ghc-test-framework-hunit, ghc-test-framework-quickcheck2, ghc-test-framework-th, ghc-hunit, hspec-discover, ghc-hspec-core, ghc-hspec-meta, ghc-hspec, ghc-hspec-contrib, ghc-hspec-expectations): Move variables to ... * gnu/packages/haskell-check.scm: ... this new file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. * gnu/packages/haskell.scm, gnu/packages/idris.scm, gnu/packages/version-control.scm, gnu/packages/wm.scm: Include haskell-check module.
2017-04-15gnu: idris: Fix idris-default-arguments.Peter Mikkelsen
* gnu/packages/idris.scm (idris-default-arguments): Don't set IDRIS_LIBRARY_PATH before building and change --install to --build. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-04-15gnu: idris: Update to 1.0.Peter Mikkelsen
* gnu/packages/idris.scm (idris): Update to 1.0. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-03-23gnu: idris: Update to 0.99.1.Peter Mikkelsen
* gnu/packages/idris.scm (idris): Update to 0.99.1. [inputs]: Add ghc-code-page. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-01-04gnu: Add idris-lens.David Craven
* gnu/packages/idris.scm (idris-lens): New variable.
2017-01-04gnu: Add idris-bifunctors.David Craven
* gnu/packages/idris.scm (idris-bifunctors): New variable.
2017-01-04gnu: Add idris-wl-pprint.David Craven
* gnu/packages/idris.scm (idris-wl-pprint): New variable.
2017-01-04gnu: Add idris-lightyear.David Craven
* gnu/packages/idris.scm (idris-lightyear, idris-default-arguments): New variables.
2017-01-04gnu: idris: Move to (gnu packages idris).David Craven
* gnu/packages/haskell.scm: Move 'idris' to... * gnu/packages/idris.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add idris.scm.