1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
Commit graph

22589 commits

Author SHA1 Message Date
Benjamin Staffin fbeae50296 rbtools: update to 0.7.1
Change-Id: Ib41400507447564375a2ec61467b2ceb148e663c
2015-02-16 16:41:31 -08:00
Antoine R. Dumont 172d78923b Add microscheme derivation
(A Scheme subset for Atmel microcontrollers.)

Use of the actual git HEAD because the actual tarball compiles but
segfault at runtime.

Upload the BLINK.ms sample on arduino board (/dev/ttyACM0):

```sh
$ sudo ./result/bin/microscheme -m UNO -d /dev/ttyACM0 -auc ~/repo/perso/microscheme/examples/BLINK.ms
Microscheme 0.8, (C) Ryan Suchocki
>> Treeshaker: After 4 rounds: 84 globals purged! 22 bytes will be
reserved.
>> 18 lines compiled OK
>> Assembling...
>> Uploading...

avrdude: AVR device initialized and ready to accept instructions

Reading | ################################################## | 100%
0.00s

avrdude: Device signature = 0x1e950f
avrdude: reading input file
"/home/tony/repo/perso/microscheme/examples/BLINK.hex"
avrdude: writing flash (2080 bytes):

Writing | ################################################## | 100%
0.35s

avrdude: 2080 bytes of flash written

avrdude: safemode: Fuses OK (E:00, H:00, L:00)

avrdude done.  Thank you.

>> Cleaning Up...
>> Finished.
```
2015-02-16 23:09:48 +01:00
Antoine R. Dumont 9b81fa284f Fix avr-gcc url
New releases have been made and the current one is now an old one.
2015-02-16 23:08:05 +01:00
Aristid Breitkreuz 6aa43976a7 update http-types 2015-02-16 21:06:29 +01:00
vbgl 0c4ac4b936 Merge pull request #6349 from gfxmonk/ounit2
Update OUnit to version 2.0.0
2015-02-16 15:15:04 +01:00
Vincent Laporte 9128cf6944 ocaml-lwt: update from 2.4.5 to 2.4.6 2015-02-16 13:31:13 +01:00
Vincent Laporte f31d4b6adb Adds ocaml-top
OCaml-Top is a simple cross-platform OCaml code editor built for
top-level evaluation.

Homepage: http://www.typerex.org/ocaml-top.html
2015-02-16 13:31:13 +01:00
Peter Simons 85e2076a0b haskell-amazonka-ecs: fix build with ghc 7.8.x 2015-02-16 10:43:36 +01:00
Peter Simons 92934f386e haskell-hypher does not compile with GHC 7.8.x due to mtl 2.2.x requirement. 2015-02-16 10:42:11 +01:00
Peter Simons ce7b7c51e3 haskell-scotty-binding-play: test suite requires network access 2015-02-16 10:12:33 +01:00
Peter Simons 8e4a473fd7 haskell-amazonka-glacier: fix build with GHC 7.8.x 2015-02-16 10:10:06 +01:00
Peter Simons d2322bca84 haskell-lucid-foundation does not compile. 2015-02-16 10:06:13 +01:00
Peter Simons 98476e9c51 haskell-mp does not compile. 2015-02-16 10:04:33 +01:00
Peter Simons b548adf58d haskell-hwsl2 does not compile. 2015-02-16 10:01:17 +01:00
Peter Simons 6ba8720a56 haskell-configuration-tools: the Cabal issue has been fixed, but the library still depends on mtl 2.2.x 2015-02-16 10:00:49 +01:00
Peter Simons a2a87c9126 hackage-packages.nix: re-generate from Hackage 2015-02-16T09:28:28+0100 2015-02-16 09:28:28 +01:00
Peter Simons 04c21a89a6 haskell-mtl-compat: fix build with GHC 7.8.x 2015-02-15 22:42:10 +01:00
Peter Simons e46030f144 structured-haskell-mode supports recent versions of haskell-src-exts now. 2015-02-15 22:35:28 +01:00
Peter Simons cd27ebeb58 haskell-lowgl does not compile. 2015-02-15 22:35:28 +01:00
Peter Simons a9f09f619b haskell-configuration-tools does not compile. 2015-02-15 22:35:28 +01:00
Peter Simons 5ab272bf1e Haskell packages wiring, ihaskell-parsec, and simple-conduit don't compile 2015-02-15 22:35:28 +01:00
Peter Simons dccb2921ff haskell-test-sandbox cannot be built by GHC 7.8.x. 2015-02-15 22:35:28 +01:00
Peter Simons 2a8c78322c haskell-temporal-csound is broken. haskell-heroku can't compile its test suite. 2015-02-15 22:35:28 +01:00
Peter Simons ccf7442be4 haskell-paypal-adaptive-hoops: don't try to run the network-related part of the test suite in our chroot environment
Resolves https://github.com/NixOS/nixpkgs/issues/6350.
2015-02-15 22:35:28 +01:00
Peter Simons 8d737e3f0c hackage-packages: re-generate from Hackage 2015-02-15T20:03:28+0100 2015-02-15 22:35:28 +01:00
Eelco Dolstra 2ba9ae0129 Fix bad licenses on CUDA packages
They were marked as "nonfree" rather than "unfree", causing them to be
allowed with allowUnfree = false.
2015-02-15 22:29:47 +01:00
Peter Simons af768c15e5 haskell-OpenGLRaw21: build has been fixed 2015-02-15 19:50:14 +01:00
AndersonTorres f19ed980a2 Sawfish (git): New Package
Sawfish is a versatile, Lisp-based window manager

In that commit I include all Sawfish stack:
- librep, a lisp system;
- rep-gtk, bindings for gtk
- sawfish, the window manager
2015-02-15 19:42:53 +03:00
AndersonTorres 71299b9120 LOLcode(version 0.10.5): New Package
LOLcode is an esoteric programming language, composed of LOLspeaks.
2015-02-15 08:58:42 -02:00
Tim Cuthbertson 65152acbae Update OUnit to version 2.0.0
The existing URL looks like version 2.0.0, but actually
downloads the contents of ounit-1.2.0.tar.gz into a file named
ounit-2.0.0.tar.gz
2015-02-15 14:44:35 +11:00
William A. Kennington III b1fef78b8f Merge pull request #6347 from codyopel/lamebr
lame: move to libraries & fix license
2015-02-14 16:08:34 -08:00
codyopel b03ded550f lame: move to libraries & fix license 2015-02-14 19:06:38 -05:00
William A. Kennington III c6642675b9 Merge pull request #6336 from codyopel/gsm
gsm: seperate phases & fix shared library
2015-02-14 13:55:52 -08:00
Peter Simons 795681d6f9 haskell-exceptions: can't compile its test suite
* pkgs/development/haskell-modules/configuration-common.nix:
2015-02-14 19:41:49 +01:00
Peter Simons 1bb43ea027 hackage-packages.nix: re-generate from Hackage 2015-02-14T10:41:17+0100 2015-02-14 19:41:49 +01:00
Peter Simons c0e7951de9 haskell-x509-system: don't add Darwin-related patch unconditionally 2015-02-14 19:41:49 +01:00
Peter Simons 155e926274 ghc: disable parallel building for older versions again
This change accidentally crept in with the recent Darwin changes.
2015-02-14 19:41:49 +01:00
Joel Taylor 2dc7059230 Some Haskell package overrides for Darwin and explanations 2015-02-14 19:41:49 +01:00
Joel Taylor fd18936a32 Add purity to GHC builds on Darwin 2015-02-14 19:41:49 +01:00
codyopel fc27383909 gsm: seperate phases & fix shared library 2015-02-13 21:04:03 -05:00
Peter Simons 9db348d7f9 ghc-7.10.x: compile Setup.hs with -threaded to avoid hanging test suites
Closes https://github.com/NixOS/nixpkgs/issues/6259.
2015-02-13 22:24:32 +01:00
Peter Simons 4e82b03f29 haskell-mtl-compat: broken with ghc-7.8.x 2015-02-13 22:24:32 +01:00
Peter Simons 26faa326cd hackage-packages.nix: re-generate from Hackage 2015-02-13T12:48:35+0100 2015-02-13 22:24:32 +01:00
Peter Simons 54ce1a1810 Merge remote-tracking branch 'origin/master' into staging.
Conflicts:
      pkgs/development/compilers/ghc/head.nix
      pkgs/top-level/haskell-ng.nix
2015-02-13 22:13:25 +01:00
Peter Simons c6ed2aa203 Merge pull request #5968 from jkarni/jkarni/servant-server-0.2.3
I'll merge blindly, assuming that those changes have been tested by the submitter. If these updates cause any trouble, please don't hesitate to revoke if necessary.
2015-02-13 15:39:32 +01:00
Peter Simons afaa01c957 Merge pull request #6009 from nkaretnikov/yesod-1.4.1.4
I'll merge blindly, assuming that those changes have been tested by the submitter. If these updates cause any trouble, please don't hesitate to revoke if necessary.
2015-02-13 15:38:41 +01:00
Pascal Wittmann f393521630 libasr: fixed description 2015-02-13 14:29:11 +01:00
Pascal Wittmann d7b01c8526 Merge pull request #6325 from k0ral/opensmtpd
opensmtpd: 5.4.2p1 -> 5.4.4p1
2015-02-13 13:28:04 +00:00
Damien Cassou b1e0124cd9 Merge pull request #6328 from DamienCassou/pharo-launcher-0.2.4
Pharo launcher 0.2.1 --> 0.2.4
2015-02-13 12:54:36 +01:00
Damien Cassou 120cc5a65a Pharo launcher 0.2.1 --> 0.2.4 2015-02-13 12:48:32 +01:00