diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,3 +1,9 @@
+## Bitset-word8 0.1.1.2
+
+* Include .cabal file in source repo.
+* Migrate CI from Travis to GitHub Actions.
+* Build and test for multiple platforms and GHC versions.
+
 ## Bitset-word8 0.1.1.1
 
 * Move to hpack from hand written cabal project file.
diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
 MIT License
 
-Copyright (c) 2017 Naoto Shimazaki
+Copyright (c) 2017-2020 Naoto Shimazaki
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 # bitset-word8
 
 [![License: MIT](https://img.shields.io/badge/License-MIT-brightgreen.svg)](https://opensource.org/licenses/MIT)
-[![Build Status](https://travis-ci.org/nshimaza/bitset-word8.svg?branch=master)](https://travis-ci.org/nshimaza/bitset-word8)
+[![Build Status](https://github.com/nshimaza/bitset-word8/workflows/build/badge.svg)](https://github.com/nshimaza/bitset-word8/actions?query=workflow%3Abuild)
 [![Hackage](https://img.shields.io/hackage/v/bitset-word8.svg?style=flat)](https://hackage.haskell.org/package/bitset-word8)
 [![Stackage Nightly](http://stackage.org/package/bitset-word8/badge/nightly)](http://stackage.org/nightly/package/bitset-word8)
 [![Stackage LTS](http://stackage.org/package/bitset-word8/badge/lts)](http://stackage.org/lts/package/bitset-word8)
diff --git a/bitset-word8.cabal b/bitset-word8.cabal
--- a/bitset-word8.cabal
+++ b/bitset-word8.cabal
@@ -1,13 +1,11 @@
 cabal-version: 1.12
 
--- This file has been generated from package.yaml by hpack version 0.31.0.
+-- This file has been generated from package.yaml by hpack version 0.34.2.
 --
 -- see: https://github.com/sol/hpack
---
--- hash: 6ddab4e773037869bcf89a8b168d28296949766d6abfd03c9bfa0886b18700dc
 
 name:           bitset-word8
-version:        0.1.1.1
+version:        0.1.1.2
 synopsis:       Space efficient set of Word8 and some pre-canned sets useful for parsing HTTP
 description:    Please see the README on GitHub at <https://github.com/nshimaza/bitset-word8#readme>
 category:       Concurrency
@@ -15,7 +13,7 @@
 bug-reports:    https://github.com/nshimaza/bitset-word8/issues
 author:         Naoto Shimazaki
 maintainer:     Naoto.Shimazaki@gmail.com
-copyright:      2017,2018 Naoto Shimazaki
+copyright:      2017-2020 Naoto Shimazaki
 license:        MIT
 license-file:   LICENSE
 build-type:     Simple
@@ -53,6 +51,8 @@
   hs-source-dirs:
       test
   ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N
+  build-tool-depends:
+      hspec-discover:hspec-discover
   build-depends:
       QuickCheck
     , base >=4.7 && <5
