Skip to content

Commit

Permalink
Merge pull request #25 from danbornside/more-functions
Browse files Browse the repository at this point in the history
add most Data.Map.Strict functions
  • Loading branch information
bgamari authored Oct 1, 2018
2 parents 38b2aca + 0909c4d commit 0cdfc5b
Show file tree
Hide file tree
Showing 5 changed files with 1,011 additions and 17 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
dist
dist-newstyle
cabal.config
cabal.project.local
.ghc.environment.*
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# runghc make_travis_yml_2.hs 'monoidal-containers.cabal'
#
# For more information, see https://github.com/hvr/multi-ghc-travis
# For more information, see https://github.com/haskell-CI/haskell-ci
#
language: c
sudo: false
Expand Down Expand Up @@ -43,9 +43,6 @@ matrix:
- compiler: "ghc-7.8.4"
# env: TEST=--disable-tests BENCH=--disable-benchmarks
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-2.2,ghc-7.8.4], sources: [hvr-ghc]}}
- compiler: "ghc-7.6.3"
# env: TEST=--disable-tests BENCH=--disable-benchmarks
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-2.2,ghc-7.6.3], sources: [hvr-ghc]}}

allow_failures:
- compiler: "ghc-8.6.1"
Expand Down
3 changes: 2 additions & 1 deletion monoidal-containers.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ category: Data
build-type: Simple
cabal-version: >=1.10
extra-source-files: Changelog.md
tested-with: GHC ==7.6.3, GHC ==7.8.4, GHC ==8.0.2, GHC ==8.2.2, GHC ==8.4.3, GHC ==8.6.1
tested-with: GHC ==7.8.4, GHC ==8.0.2, GHC ==8.2.2, GHC ==8.4.3, GHC ==8.6.1

source-repository head
type: git
Expand All @@ -40,6 +40,7 @@ library
DeriveTraversable,
DeriveDataTypeable
build-depends: base >=4.5 && <4.12,
aeson >=1.0 && <1.5,
containers >=0.5 && <0.7,
deepseq >=1.3 && <1.5,
unordered-containers >= 0.2 && < 0.3,
Expand Down
Loading

0 comments on commit 0cdfc5b

Please sign in to comment.