summary refs log tree commit diff
path: root/pkgs/development/idris-modules
Commit message (Collapse)AuthorAge
* idrisPackages.tparsec: 2019-06-18 -> 2019-09-19Alex Gryzlov2019-12-15
|
* idrisPackages.heyting-algebra: removeKierán Meinhardt2019-09-24
|
* idrisPackages.heyting-algebra: mark as brokenKierán Meinhardt2019-09-24
| | | | | The functionality provided by this package has been added to the Idris contrib library (module `Interfaces.Verified`). Therefore identifiers cannot be disambiguated anymore.
* add options for build idris package (#65666)Silvan Mosberger2019-08-07
|\ | | | | add options for build idris package
| * build-idris-package: add options for idris commandsMarco Perone2019-08-06
| |
* | idrisPackages: Fix overrides not applyingSilvan Mosberger2019-08-02
|/ | | | | Previously when overriding idrisPackages, it wouldn't work properly because it took idrisPackages from the pkgs set
* idrisPackages.sdl2: 2018-01-19 -> 0.1.1Steven Shaw2019-07-28
| | | | Update to latest release which unbreaks the package.
* idrisPackages.tparsec: 2018-12-21 -> 2019-06-18Alex Gryzlov2019-06-21
|
* idrisPackages.build-idris-package: Install binariesSilvan Mosberger2019-04-28
|
* Merge pull request #58320 from Infinisil/fix-idris-glfwSilvan Mosberger2019-04-28
|\ | | | | idrisPackages.glfw: Fix runtime
| * idrisPackages.glfw: Fix runtimeSilvan Mosberger2019-03-26
| | | | | | | | | | In order to run programs, pkgconfig needs to be present so it can tell it where to find glfw3 and gl.
* | idrisPackages.idris-wrapper: Use stdenv's cc instead of always gccSilvan Mosberger2019-03-26
| | | | | | | | This should make it work on Darwin with clang.
* | idrisPackages.idris-wrapper: Fix linking to gmp librarySilvan Mosberger2019-03-26
|/ | | | | | | | | | | | | This has been broken since 5d18129ce8af9a69312818ea0a5a0029a04a2255, which updated idris from 1.3.0 to 1.3.1, which included https://github.com/idris-lang/Idris-dev/pull/4472 as the cause of the error. I'm still not entirely sure why this broke it though. This now way should be rather future proof, it uses NIX_CFLAGS to pass gpm link flags to our CC wrapper directly. The `NIX_CC_WRAPPER_${stdenv.cc.infixSalt}_TARGET_HOST` part I'm pretty sure is needed for the CC wrapper to know that those CFLAGS are meant for the cc running on the HOST.
* idrisPackages.tparsec: 2018-11-09 -> 2018-12-21TG ⊗ Θ2019-02-05
|
* idris-modules/curses.nix: deleteJakob Brünker2019-01-04
| | | | | The repository is currently unmaintained and cannot be guaranteed to work.
* idrisPackages.tparsec: 2018-06-26 -> 2018-11-09TG ⊗ Θ2018-12-20
|
* idrisPackages.{categories,derive}: Use upstream instead of forksSilvan Mosberger2018-10-26
| | | | | | These forks were introduced in https://github.com/NixOS/nixpkgs/pull/42861 to make the builds succeed. The changes have since been incorporated upstream.
* build-idris-package: ipkgNameTG x2018-09-18
|
* idrisPackages.quantities: init at 2018-04-17Imuli2018-08-04
|
* idrisPackages.graphviz: fix homepage (#44355)Imuli2018-08-02
|
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* idris: prefix package derivation names with "idris-"Silvan Mosberger2018-07-16
|
* Merge pull request #42861 from Infinisil/fix/idris-forksSilvan Mosberger2018-07-08
|\ | | | | Idris packages clean ups and updates
| * build-idris-package: includePreludeBase -> noPrelude, noBaseSilvan Mosberger2018-07-05
| | | | | | | | Resembles idris --noprelude and --nobasepkgs arguments
| * idrisPackages.semidirect: 2018-02-06 -> 2018-07-02, fix buildSilvan Mosberger2018-07-02
| |
| * idrisPackages.eternal: 2018-01-25 -> 2018-07-02, fix buildSilvan Mosberger2018-07-02
| |
| * idrisPackages.derive: 2018-02-15 -> 2018-07-02, fix buildSilvan Mosberger2018-07-02
| |
| * idrisPackages.categories: 2017-03-01 -> 2018-07-02, fix buildSilvan Mosberger2018-07-02
| |
| * idrisPackages.tparsec: 2017-12-12 -> 2018-06-26, fix buildSilvan Mosberger2018-07-02
| |
| * idrisPackages.setoids: 2017-03-13 -> 2018-06-18, fix buildSilvan Mosberger2018-07-02
| |
| * idrisPackages.{sdl,sdl2}: Mark as brokenSilvan Mosberger2018-07-02
| |
| * idrisPackages.descncrunch: Mark as brokenSilvan Mosberger2018-07-02
| |
| * idrisPackages: Clean up packagesSilvan Mosberger2018-07-02
| |
| * idris: Clean up package builderSilvan Mosberger2018-07-02
| |
| * idrisPackages: install docsSilvan Mosberger2018-07-02
| |
* | idris: Clean up wrapperSilvan Mosberger2018-07-02
| |
* | idris: Wrap with IDRIS_CCSilvan Mosberger2018-07-02
|/ | | | | | | | | | | | Previously idris used the C compiler from PATH for the C backend, which means that the results and whether it even succeeds can vary between systems (e.g. if a Nix-built Idris was used on a super old Linux system, the cc installed there might not even work for Idris' C). To make this more predictable, this commit sets the IDRIS_CC env var, which Idris will prefer over searching in PATH, to a Nix-provided gcc executable, given that it is not already set, so it's still possible to override.
* idrisPackages.bi: 2018-01-17 -> 2018-06-25 (#42621)Silvan Mosberger2018-06-26
|
* treewide: use appendToName where appropriateMatthew Bauer2018-05-25
| | | | Using appendToName preserves the version at the end of the name.
* idrisPackages.vdom: init at 0.6.0Márton Boros2018-05-08
|
* Move all nixpkgs doc files in to the doc directoryGraham Christensen2018-03-25
| | | | This makes a makefile-driven developer workflow nicer.
* idrisPackages: add packagesMárton Boros2018-03-20
|
* idrisPackages.wl-pprint: 2016-09-28 -> 2017-03-13Márton Boros2018-03-09
|
* idrisPackages: fix errorsMárton Boros2018-03-09
|
* Refactor Idris packaging infrastructureMatthew Pickering2018-02-07
| | | | | | | | | The main two changes are 1. Completely rewrite how with-packages works to remove use of envHooks 2. The package description is now an idris specific set rather than being a subset of the arguments to mkDerivation. This mirrors the way Haskell packages are treated.
* Revert "idris: Move library setup to the setup hook."Matthew Pickering2018-02-07
| | | | This reverts commit 69d4adee1f8b6278a19708a9051f3290f8f13e04.
* Undo spacing differenceMárton Boros2018-02-03
|
* Merge branch 'master' into fix-idris-modulesMárton Boros2018-02-03
|\
| * idris: Move library setup to the setup hook.Shea Levy2018-01-20
| | | | | | | | This was broken in preHook because addEnvHooks isn't defined yet.
| * treewide: Don't use envHook anymoreJohn Ericson2017-12-30
| | | | | | | | | | This commits needs a MAJOR audit as I oftentimes just guessed which of `$hostOffset`, `$targetOffset`, or a fixed offset should be used.