Open Source Contributions

Merged pull requests in other people's repositories, pulled from the GitHub API at build time.

269 merged pull requests across 73 repositories

2026

  1. NixOS/nixpkgsNix

    starship: expose `config-schema.json` via `passthru.jsonschema` · #548639

    Expose the config-schema.json file to allow validation of config files generated by home-manager with tools such as check-jsonfile, which al…

  2. nix-community/home-managerNix

    herdr: Use the binary outside Nix to reload the config when `package` is unset · #9681

    Description If the package is unset, fall back to a herdr binary install outside of Nix's scope. Checklist Change is backwards compatible. C…

  3. nix-community/home-managerNix

    herdr: Automatically reload config · #9662

    Description Checklist Change is backwards compatible. Code formatted with nix fmt or nix-shell -A dev --run treefmt. Code tested through nix…

  4. cachix/devenvRust

    fix: Preserve `yaml-language-server` scheme when writing config file · #2870

    I found that devenv input add removes the yaml-language-server schema from the top of the devenv.yaml file, which breaks auto-completion in …

  5. cachix/devenvRust

    feat: Add `--include-envrc` flags to `init` command · #2859

    I recently upgraded to the latest devenv and noticed that .envrc is no longer generated by devenv init. I also came across the page announci…

  6. stackbuilders/nixpkgs-terraformGo

    fix: Fix publish workflow · #181

    This PR resolves the broken flakestry job. Additionally, the missing versions have been released to Flakestry; more information on this comm…

  7. stackbuilders/nixpkgs-terraformGo

    fix: Fix templates build · #179

    This pull request updates the GitHub Actions workflow configuration in .github/workflows/build.yml to improve reliability and efficiency. Th…

2025

  1. stackbuilders/nixpkgs-terraformGo

    feat: Compute `vendorHash` using standard Nix commands · #166

    This PR replaces nix-prefetch, which has not been updated in years, with standard Nix commands. The workflow has been changed to first write…

  2. stackbuilders/nixpkgs-terraformGo

    ci: Run action linters as part of the `check` job · #172

    This PR adds some safety nets for caching issues to GH actions workflow files early in the development process.

  3. stackbuilders/nixpkgs-terraformGo

    fix(ci): Fix "update" workflow · #167

    This PR fixed a bug found while running the "update" workflow, which prevented new Terraform versions from becoming available in this repo. …

  4. DeterminateSystems/nix-installerRust

    docs: Passing `--prefer-upstream-nix` to `install` for upstream Nix · #1715

    The command example in the README file to install upstream Nix is not up to date, because the default distribution when --prefer-upstream-ni…

  5. stackbuilders/nixpkgs-terraformGo

    feat: Prefix Terraform packages to eventually add support for OpenTofu · #158

    The branch introduces a major refactoring to improve the flexibility, maintainability, and clarity of the project for managing Terraform ver…

  6. stackbuilders/nixpkgs-terraformGo

    ci: Change build job to only push binaries at the end · #154

    This pull request makes minor improvements to the build workflow and development environment configuration, focusing on streamlining CI logi…

  7. stackbuilders/nixpkgs-terraformGo

    ci(cli): Normalize `update` command error messages · #149

    This pull request refines error handling in the cli/cmd/update.go file by standardizing and clarifying error messages throughout the update …

  8. stackbuilders/nixpkgs-terraformGo

    ci(cli): Make easier to call the `update` command locally without a GH token · #148

    This pull request makes improvements to the handling of the CLI_GITHUB_TOKEN environment variable in the cli/cmd/update.go file. The changes…

  9. stackbuilders/nixpkgs-terraformGo

    ci: Send notifications when the `update` workflow fails · #146

    This pull request adds a notification step to the GitHub Actions workflow. Now, if the update job fails, a Slack message will be sent to ale…

  10. stackbuilders/nixpkgs-terraformGo

    ci: Change CLI to update templates using the latest alias · #145

    This pull request updates the handling of Terraform version references across several template files and refactors the template version upda…

  11. stackbuilders/nixpkgs-terraformGo

    feat: Update flake inputs · #137

    This pull request updates the flake.nix file to use more descriptive and streamlined URLs for Nixpkgs channels, providing clarity on their p…

  12. stackbuilders/nixpkgs-terraformGo

    cli: Improve error handling and remove unused flags · #136

    This pull request introduces significant updates to the Terraform version update workflow, refactors the CLI commands, and improves the deve…

  13. stackbuilders/nixpkgs-terraformGo

    feat: Add plugins support for Terraform packages · #134

    This pull request introduces support for nixpkgs-terraform-providers-bin, adding a new template and integrating it into the existing workflo…

  14. NixOS/nixos-searchElm

    flake-list: Add stackbuilders/nixpkgs-terraform flake · #954

    A collection of Terraform versions that are automatically updated.

  15. Aider-AI/aiderPython

    fix: Always pass `extra_headers` to Copilot models · #4156

    As a few people mentioned in the #2227 issue, it is necessary to pass some extra_headers to Copilot with each request in order for it to wor…

  16. stackbuilders/nixpkgs-terraformGo

    feat: Replace bot user with GH App · #127

    This pull request updates the GitHub Actions workflows to improve security and consistency by switching from a personal access token to a Gi…

  17. stackbuilders/nixpkgs-terraformGo

    feat: Add Terraform 1.12 versions · #126

    Manually adding 1.12 versions while working on fixing the broken release and update workflows. Release: https://github.com/stackbuilders/nix…

  18. stackbuilders/nixpkgs-terraformGo

    ci: Pins `devenv` version to avoid incompatibility issues between `devenv-1.5` and `nixpkgs-24.11` · #122

    Pins the devenv version to 1.4 across all workflows to avoid an incompatibility issue between devenv-1.5 and the nixpkgs-24.11 channel: http…

  19. stackbuilders/nixpkgs-terraformGo

    ci: Only push to Cachix latest versions · #121

    TODO: Add a note to the README file about the new cache policy Fix issues found in the check job

  20. stackbuilders/nixpkgs-terraformGo

    chore: Get rid of indirections inside `lib` module · #119

    By moving all of the standalone functions from separate files into lib/default.nix, eliminating some code indirections—since most functions …

  21. stackbuilders/nixpkgs-terraformGo

    chore: Make `vendor-hash` less sensitive to `inputs` changes · #117

    The following PR refactors vendhor-hash.nix to prevent breaking changes caused by adding or modifying flake inputs.

  22. stackbuilders/nixpkgs-terraformGo

    chore: Get rid of `flake-parts` in favor of a simple `forAllSystems` implementation · #115

    I came across the following article, which describes why flake-utils is not required; this article makes some interesting points, such as th…

  23. stackbuilders/hapistranoHaskell

    chore: Replace `haskell.nix` with `stacklock2nix` · #251

    This PR aims to simplify the current Nix setup for building the project by replacing haskell.nix with stacklock2nix, which has a simple inte…

  24. stackbuilders/nixpkgs-terraformGo

    chore: Remove duplicated code from `buildTerraform` · #113

    Simplifies the buildTerraform function, making it easier to propagate changes across the various builder versions required to build Terrafor…

  25. cachix/devenvRust

    dotenv: Redirect informative messages to `stderr` · #1788

    The dotenv module prints informative messages on the stdout, which causes a problem on the CI because, in some cases, the output of a comman…

  26. stackbuilders/nixpkgs-terraformGo

    ci: Include info about added versions to PRs generated by `update` workflow · #112

    This PR modifies the cli output to print the versions added to versions.json, which could then be used as the title of the PR submitted by t…

  27. cachix/git-hooks.nixNix

    feat: Add CircleCI hook · #556

    Add a hook to validate CircleCI configuration files. Here is an example of the output produced by devenv test: 0000.04: circleci............…

  28. nix-community/home-managerNix

    ghostty: Validate configuration on change · #6261

    Description Runs ghostty +validate-config when the configuration file changes. Checklist Change is backwards compatible. Code formatted with…

2024

  1. ghostty-org/ghosttyZig

    Add default Nix overlay · #3847

    Adding an overlay allows to easily change the version of ghostty provided by nixpkgs: pkgs = import nixpkgs { inherit system; overlays = [ g…

  2. stackbuilders/nixpkgs-terraformGo

    feat: Add Terraform versions `1.9.3` and `1.9.4` · #85

    fix: Update inputs on vendor-hash feat: Add Terraform versions 1.9.3 and 1.9.4

  3. stackbuilders/nixpkgs-terraformGo

    feat: Initial support for Terraform 1.9 versions · #83

    Problem: Updating the "nixpkgs" inputs resulted in a huge number of packages being rebuilt. Solution: As this project is constrained by the …

  4. cloudposse/terraform-aws-amplify-appHCL

    fix: Basic authentication configuration at the branch level · #15

    what Module consumers cannot pass a custom basic_auth_credentials per branch using the existing variables. At the branch level, there is als…

  5. stackbuilders/hapistranoHaskell

    ci: Fix `build` workflow · #240

    Co-authored-by: Fabricio Mera fmera@stackbuilders.com

  6. stackbuilders/nixpkgs-terraformGo

    feat: Enable `allowUnfree` for Terraform versions `>= 1.6` · #72

    Related with #71 TODO Add breaking change note to commit message Update the configuration input once it gets merged into main

  7. cachix/devenvRust

    fix: Terraform example · #1100

    Related with #1088

  8. stackbuilders/nixpkgs-terraformGo

    feat: Remove cycles from packages · #66

    BREAKING CHANGE: Remove cycle packages from flake.nix

  9. stackbuilders/nixpkgs-terraformGo

    fix: Drop duplicated `all` from cycle packages name · #57

    The word all appears twice in the names of the cycle packages: this derivation will be built: /nix/store/vqn18gq4sd0v24v48rxv16nhyw4dv6rp-te…

  10. cachix/devenvRust

    Implement `aws-vault` integration · #603

    The following wrapper makes it more convenient to call terraform without the need of specifying the AWS_PROFILE environment variable or pref…

  11. stackbuilders/nixpkgs-terraformGo

    ci: Fix FlakeHub release pipeline · #20

    A missing field is currently causing an issue in the FlakeHub publishing pipeline:

  12. asdf-vm/asdf-pluginsShell

    feat: Add/update Haskell-related plugins · #928

    Summary Description: Tools repo URL: Cabal, GHC, Haskell Language Server, Stack Plugin repo URL: https://github.com/sestrella/asdf-ghcup Che…

  13. stackbuilders/nixpkgs-terraformGo

    feat: Add Terraform `1.6.6` · #18

    @oscar-izval to build 1.6.6, upgrade nixpkgs-unstable was required; however, doing so forces rebuild of most packages; thus, I decided to ch…

2023

  1. terraform-aws-modules/terraform-aws-ecsHCL

    fix: Adding a `health_check` generates a new task definition revision on every `terraform apply` · #149

    Description The current PR explicitly adds the interval,retries, and timeout parameters to the healthCheck block when they are not supplied …

  2. cachix/devenvRust

    feat: Add a default overlay · #896

    Add a default overlay for devenv. Use Cases Adding an overlay to nixpkgs: import nixpkgs { ... overlays = [ devenv.overlays.default ]; }; Ov…

  3. stackbuilders/rollbar-haskellHaskell

    Update CI workflow using the example provided by `haskell-actions/setup` · #55

    Shameless copy of the workflow example provided by haskell-actions/setup with a few small tweaks. Reference: https://github.com/haskell-acti…

  4. flakestry/flakestry.devElm

    Fix status badge · #39

    The status badge provided by flakestry.dev appears to be broken: Swapping the status badge's components appears to work: Fixes #40

  5. stackbuilders/nixpkgs-terraformGo

    Setup semantic-release · #8

    TODO Update "Branch protection rules" Test nixpkgs-terraform in a real project

  6. stackbuilders/nixpkgs-terraformGo

    Test flake templates · #5

    TODO: Add template references to README file

  7. cachix/devenvRust

    feat(flake.lock): Update pre-commit-hooks input · #691

    The command used to update the pre-commit-hooks input: nix flake lock --update-input pre-commit-hooks

  8. cachix/git-hooks.nixNix

    fix(tflint): Fix warning running tflint · #320

    Beginning with 0.45.0, tflint prefers the syntax tflint —-chdir path/to —-filter file.tf over passing the entire path to the command like tf…

  9. NixOS/nixpkgsNix

    semantic-release: init at 21.0.5 · #236683

    Description of changes Introduces a new package called semantic-release. Things done Built on platform(s) x86_64-linux aarch64-linux x86_64-…

  10. unpluggedcoder/awesome-rust-toolsOther

    Replace ytop with bottom · #2

    ytop is no longer being maintained, its README file suggests using bottom which is written in Rust as well:

  11. stackbuilders/stack-build-orbShell

    Testing orb · #7

    This PR adds a sample Haskell project and a test-deploy pipeline to test the commands provided by this orb. Most of the changes introduced i…

  12. cachix/devenvRust

    haskell: Parameterize `stack` package · #646

    This change makes stack package parameterizable so it could be customized or skipped if is set to null

  13. cachix/devenvRust

    haskell: Fix error when `languageServer` is set to `null` · #645

    The languageServer option type inside the haskell language module is set to lib.types.nullOr lib.types.package, however, the packages sectio…

  14. stackbuilders/stack-build-orbShell

    Add review job to CI workflow · #3

    Add review job Addressing orb-tools/review warnings Extract commands to separate files Extract commands from test Convert params to snakecas…

  15. pbrisbin/stack-build-orbMakefile

    Make `--pedantic` flag optional · #2

    While the —pedantic flag is useful for keeping a project clean, it may be inconvenient for existing projects with a large number of warnings…

  16. cachix/devenvRust

    Update pre-commit-hooks input · #577

    Makes the latest hooks added to pre-commit-hooks available in devenv

  17. cachix/git-hooks.nixNix

    Add `tflint` hook · #284

    tflint provides static analysis for Terraform files to catch common errors and enforce best practices.

  18. stackbuilders/hapistranoHaskell

    Reproducible development and test environments · #212

    This PR introduces Nix at the CI level as well as offers an alternative for local development, the main goal is to reduce the gap between de…

  19. cachix/devenvRust

    feat: Add Ansible support · #432

    This is a great project! This PR adds support for Ansible, it is heavily inspired by the existing Terraform module

  20. snoyberg/yamlHaskell

    fix: Ambiguous occurrence AesonException · #212

    As @andrewthad mentioned, a new AesonException type was introduced in aeson-2.1.2.0 causing conflicts with the AesonException constructor de…

  21. cloudposse/terraform-aws-elastic-beanstalk-environmentHCL

    [#98] Add a flag to redirect HTTP traffic to HTTPS · #218

    what Add a flag to redirect HTTP traffic to HTTPS The hostname included in the redirection can be customized why It is a common best practic…

2022

  1. stackbuilders/react-native-spotlight-tourTypeScript

    chore(ci): Migrate to GH actions · #60

    TODO Publish the package to https://npmjs.org/ Add status badge Remove CircleCI config

  2. stackbuilders/scalendarHaskell

    Remove zsh from build workflow · #18

    It looks like zsh is not a required dependency in the context of this project

  3. nvim-telescope/telescope.nvimLua

    docs: Add Lua-only key mappings examples · #2174

    Description Adding some Lua-only key mapping examples taking advantage of NeoVim 0.7 features

  4. wbthomason/packer.nvimLua

    Refactor bootstrapping code · #1046

    Some code changes to the bootstrapping code: Encapsulates the code required to install packer Avoid variable mutation packer_bootstrap Solve…

  5. asdf-vm/asdf-pluginsShell

    fix: update stack plugin repository · #673

    Summary The previous asdf-stack repository was deprecated in favor of asdf-ghcup, this PR updates the repository URL and the status badge. F…

  6. stackbuilders/hapistranoHaskell

    Tag external workflow · #202

    Replace main with v0.1.0 in order to have more control over the workflow version used by this project

  7. stackbuilders/reusable-workflowsOther

    Add cabal-upload workflow · #2

    Related to stackbuilders/hapistrano#201

  8. chronotope/chronoRust

    [#654] Get week start and end days · #666

    Thanks for contributing to chrono! Have you added yourself and the change to the changelog? (Don't worry about adding the PR number) If this…

  9. stackbuilders/hapistranoHaskell

    Refactoring CI workflows · #199

    Overview Build (triggered on every push) Build and test Haskell code Build Docker image Pre-Release (triggered by a tag) Creates a GH draft …

  10. stackbuilders/hapistranoHaskell

    [#133] Create releases with pre-compiled binaries · #194

    TODO Fix co-authors references Build the Docker image only once

  11. stackbuilders/hapistranoHaskell

    Move md files to extra-doc-files block · #189

    Prevents recompilations caused by changes to the .md files Run cabal build Build profile: -w ghc-8.10.7 -O1 In order, the following will be …

  12. stackbuilders/hapistranoHaskell

    [#181] Separate build-and-test from the release process · #183

    Improvements Docker caching layer: Building the Docker image now takes ~2 mins with cache, a full run takes ~ 8 mins (without cache) Update …

2021

  1. haskell/timeHaskell

    [#179] Add property and unit tests for DayPeriod functions · #182

    Based on the following comment this PR adds some property and unit tests for functions that have DayPeriod as a type constraint.

  2. NixOS/nixpkgsNix

    vimPlugins.neon: init at 2021-07-30 · #136130

    Motivation for this change Fixes #136041 Things done Built on platform(s) x86_64-linux aarch64-linux x86_64-darwin aarch64-darwin For non-Li…

2020

  1. nix-community/home-managerNix

    gnome-terminal: Add audibleBell option · #1671

    Description Turn on/off the terminal's bell. A small video showcasing how the audible-bell key controls the terminal's bell: Checklist Chang…

  2. haskellari/postgresql-simpleHaskell

    Add foldCopyData helper function · #56

    This PR introduces a new function called foldCopyData which folds over COPY TO STDOUT query.

  3. asdf-vm/asdf-pluginsShell

    Add stack plugin · #303

    Add stack plugin Checklist Provide a short description and link to your plugin. Make sure you CI tests for your plugin and they are green. a…

  4. bitemyapp/esqueletoHaskell

    Remove whitespaces from Database.Esqueleto.Internal.Internal · #199

    Before submitting your PR, check that you've: Bumped the version number Documented new APIs with Haddock markup Added @since declarations to…

  5. bitemyapp/esqueletoHaskell

    [#197] Allow PostgreSQL aggregate functions to take a filter clause · #198

    Before submitting your PR, check that you've: Bumped the version number Documented new APIs with Haddock markup Added @since declarations to…

  6. stackbuilders/hapistranoHaskell

    [#143] Allow optparse-applicative-0.16.0.0 · #144

    I run some tests locally forcing optparse-applicative-0.16.0.0 here are the results: resolver: lts-16.9 packages: - '.' - +extra-deps: + - o…

  7. stackbuilders/dotenv-hsHaskell

    [#124] Allow optparse-applicative-0.16.0.0 · #123

    I run some tests locally forcing optparse-applicative-0.16.0.0 here are the results: resolver: lts-13.28 packages: - '.' +extra-deps: + - op…

  8. stackbuilders/aws-baseOther

    Minor refactor · #6

    Co-authored-by: Carlos Eguez ceguez@stackbuilders.com

  9. snoyberg/monad-loggerHaskell

    Add Hackage status badge · #22

    Add quick shortcut to Hackage

  10. snoyberg/monad-loggerHaskell

    Fix build for lts-9 resolver · #20

    I noticed build for lts-9 resolver is broken. withRunInIO was introduced to unliftio-core since version 0.1.1.0, however, only version 0.1.0…

  11. snoyberg/monad-loggerHaskell

    [#15] Export LogLine type synonym · #19

    There is one PR opened already #6 but it was not updated in quite a while.

2019

  1. commercialhaskell/stackage-serverHaskell

    Update build status badge · #280

    It looks like Travis no longer handles the CI process for this project, it was replaced by Azure Pipelines.

  2. stackbuilders/sb-debian-baseJinja

    Drop Python 2.7 from Travis build matrix · #133

    Ansible is built on top of Python, therefore, it is Ansible responsibility to make sure it works with different Python versions. For a singl…

  3. stackbuilders/sb-debian-baseJinja

    Add Ansible 2.8.x to build matrix · #129

    TODO These items are part of the workflow to open a PR: Update CHANGELOG.md Update README.md if it's necessary

  4. stackbuilders/sb-debian-baseJinja

    Add Debian (buster) to build matrix · #127

    TODO Update CHANGELOG.md Update README.md if it's necessary

  5. yesodweb/yesodHaskell

    Customize `areq` and `wreq` error message · #1628

    Before submitting your PR, check that you've: Bumped the version number Documented new APIs with Haddock markup Added @since declarations to…

  6. ansible/ansiblePython

    Update unit tests requirements/units.txt path · #61656

    SUMMARY The path to install unit test dependencies described in the documentation no longer exists: ➜ pip3 install -r ./test/runner/requirem…

  7. nix-community/home-managerNix

    tmux: Disable confirmation prompt · #729

    Add a new option to tmux module in order to be able to disable confirmation prompt before killing a pane or window

  8. gig-economy-token/White-PaperTeX

    [NO STORY] Setup Travis build PDF automatically · #19

    @ishtareve this change setup Travis and upload the latest version of the PDF to GH after a successful merge automatically, making sure the P…

  9. gig-economy-token/White-PaperTeX

    Add LICENSE · #13

    @Eddie-GiG, Diego based on our previous conversations I think is important to add an explicit license so other members of the community star…

  10. gig-economy-token/gig-economyHaskell

    [#38] Make the repository public before the IOHK Summit · #39

    @diegueins680 based on our previous conversation, I proceed to add a license to the project before making the repository public. Could you r…

  11. gig-economy-token/gig-economyHaskell

    [NO STORY] Cache test dependencies · #34

    Facts Circle CI cache is immutable Problem First v1-stack-{{ checksum "package.yaml" }} cache was created without testing dependencies, ther…

  12. stackbuilders/hapistranoHaskell

    Bump version from 0.3.9.1 to 0.3.9.2 · #113

    Why do we need to bump the version? Docker Hub only tags a new release after a new tag gets push to GH or after merging a PR in master follo…

  13. stackbuilders/ansible-role-certbotShell

    Deprecating repository · #6

    TODO Archieve repository

2018

  1. stackbuilders/sb-debian-baseJinja

    [Fixes #100, #107] Setup molecule testing framework · #113

    Tested with the following setup: Python 2.7 3.6 Ansible 2.4 2.5 2.6 2.7

  2. stackbuilders/ansible-role-stackOther

    Setup molecule and refactor role · #2

    TODO Update README Check LICENSE

  3. stackbuilders/hapistranoHaskell

    Add support to interpolate ENV variables in a configuration file · #102

    Problem Sometimes developers need to deploy a feature branch temporarily, therefore providing ENV interpolation support would make it possib…

  4. Lambda-Logan/fakerHaskell

    Fix build warnings, and add .travis.yml · #4

    TODO Setup Travis Setup stack Fix build warnings

  5. mpscholten/inflections-hsHaskell

    Support megaparsec >= 6.4.0 · #53

    commercialhaskell/stackage#3159

  6. stackbuilders/dotenv-hsHaskell

    Support `megaparsec` >= 6.4.0 · #82

    commercialhaskell/stackage#3159

  7. bitemyapp/esqueletoHaskell

    Add arrayRemove wrapper for PostgreSQL function · #66

    Add support for array_remove function. https://www.postgresql.org/docs/10/static/functions-array.html

  8. bitemyapp/esqueletoHaskell

    Add arrayAggDistinct wrapper for PostgreSQL function · #65

    A small variant of array_agg that removes duplicate values from a list.

  9. jaspervdj/blaze-markupHaskell

    Define ToMarkup instance for Natural · #34

    Define ToMarkup instance for Natural if base version is greater than or equal to 4.8.0

2017

  1. yesodweb/yesodHaskell

    Reduce verbosity using Monadic Forms · #1432

    Building forms where some fields validations depend on other fields is simple using Monadic Forms, but as the own Yesod website mentioned: i…

  2. yesodweb/yesodHaskell

    Add implicit param HasCallStack to assertions · #1421

    yesod-test current error messages looks like follows: ./Yesod/Test.hs:351: 1) testing status code Expected status was 401 but received statu…

  3. stackbuilders/sb-debian-baseJinja

    Simplify SSH configuration · #69

    This PR simplifies SSH configuration by reading SSH authorized keys and user SSH keys from Ansible variables instead of files.

  4. stackbuilders/sb-debian-baseJinja

    Setup Travis CI build (issue #47) · #64

    Travis setup to test sb-debian-base role against: Debian 7 Debian 8 Ubuntu 14.04 Ubuntu 16.04

  5. stackbuilders/sb-debian-baseJinja

    Add sudo as secondary group to admin · #50

    Currently admin user doesn't includes admin group. admin@jessie:~$ groups sudo Expected admin@jessie:~$ groups admin sudo

2015

  1. haskell-servant/servantHaskell

    [servant-js] README-md - Fix broken link · #279

    This PR fix a broken link at the README.md file.

  2. commercialhaskell/stack-templatesHaskell

    Add servant template · #20

    This PR adds a basic servant template that serves a GET users endpoint.

  3. stackbuilders/openssh-github-keysHaskell

    Remove allow_failures from .travis.yml · #8

    All project dependencies has been fixed to work with GHC 7.10 we no longer need this

2014

  1. stackbuilders/twitter-feedHaskell

    Update build status image · #4

    @jsl could you take a look

  2. stackbuilders/corasick-parkHaskell

    Setup docker · #1

    A docker version of this package is going to help to test clients and also to speed up the environment setup :)