Skip to content

Commit

Permalink
Updates for GHC-8.8
Browse files Browse the repository at this point in the history
- Increase maximum bound on base.
- Add "ghc881" to the list of Nix Haskell versions.
  • Loading branch information
lancelet authored and luke-clifton committed Sep 28, 2019
1 parent f1ac233 commit d4dbddf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions iterm-show.cabal
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Initial iterm-show.cabal generated by cabal init. For further
-- Initial iterm-show.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/

name: iterm-show
Expand Down Expand Up @@ -26,15 +26,15 @@ library
exposed-modules: ITermShow
other-extensions: OverloadedStrings
build-depends:
base >= 4.9 && < 4.13,
base >= 4.9 && < 4.14,
bytestring,
base64-bytestring
hs-source-dirs: src
default-language: Haskell2010

executable it2-show
build-depends:
base >= 4.9 && < 4.13,
base >= 4.9 && < 4.14,
bytestring,
iterm-show
main-is: it2-show.hs
Expand Down
2 changes: 1 addition & 1 deletion test.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{nixpkgs ? import <nixpkgs> {}}:
with nixpkgs;
let
compilers = [ "ghc802" "ghc822" "ghc843" "ghc861" ];
compilers = [ "ghc802" "ghc822" "ghc843" "ghc861" "ghc881" ];

buildFor = ghc: haskell.packages."${ghc}".callPackage ./iterm-show.nix {};

Expand Down

0 comments on commit d4dbddf

Please sign in to comment.