Skip to content

Release v2.6.0

Compare
Choose a tag to compare
@haskellworksci haskellworksci released this 19 Jan 10:39

Changes

  • Fix Travis build by @AlexeyRaga
  • Merge pull request #70 from haskell-works/cci-matrix Fix Travis build by @AlexeyRaga
  • Upgrade to lts-12.0 by @newhoggy
  • Update examples so they don't use deprecated stuff anymore by @ktonga
  • Merge pull request #72 from ktonga/update-example Update examples so they don't use deprecated stuff anymore by @AlexeyRaga
  • Fixes producer example by @francisdb
  • fix some issues (#75) * initial commit
  • make test suites build

  • attempt to build tests

  • tests run now

  • some efficiency improvements

  • rewrite integration-tests.sh

  • explicit exports

  • explicit import lists

  • make examples build with String -> Text change by @chessai