diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
 BSD 3-Clause License
 
-Copyright (c) 2015-2020, Mikolaj Konarski
+Copyright (c) 2015-2022, Mikolaj Konarski
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/NLP/Miniutter/English.hs b/NLP/Miniutter/English.hs
--- a/NLP/Miniutter/English.hs
+++ b/NLP/Miniutter/English.hs
@@ -414,6 +414,7 @@
   , ("information", "information")
   , ("whiff",       "whiffs")
   , ("graffiti",    "graffiti")
+  , ("stomach",     "stomachs")
   ]
 
 generateCapitalized :: (Text, Text) -> [(Text, Text)]
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,7 +1,6 @@
 miniutter
 =========
 
-[![Build Status](https://secure.travis-ci.org/Mikolaj/miniutter.png)](http://travis-ci.org/Mikolaj/miniutter)
 [![Hackage](https://img.shields.io/hackage/v/miniutter.svg)](https://hackage.haskell.org/package/miniutter)
 
 This library helps in generating simple present tense
diff --git a/miniutter.cabal b/miniutter.cabal
--- a/miniutter.cabal
+++ b/miniutter.cabal
@@ -5,7 +5,7 @@
 -- PVP summary:+-+------- breaking API changes
 --             | | +----- minor or non-breaking API additions
 --             | | | +--- code changes with no API change
-version:       0.5.1.1
+version:       0.5.1.2
 synopsis:      Simple English clause creation from arbitrary words
 description:   This library helps in generating simple present tense
                English sentences from short, parametrized descriptions.
@@ -20,6 +20,7 @@
 bug-reports:   https://github.com/Mikolaj/miniutter/issues
 license:       BSD3
 license-file:  LICENSE
+tested-with:   GHC ==7.10.3 || ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.3 || ==9.4
 data-files:    LICENSE, README.md
 author:        Mikolaj Konarski
 maintainer:    Mikolaj Konarski <mikolaj.konarski@funktory.com>
@@ -33,9 +34,9 @@
 
 library
   exposed-modules:    NLP.Miniutter.English
-  build-depends:      base                 >= 4.7      && < 5,
+  build-depends:      base                 >= 4.7      && < 99,
                       binary               >= 0.6.3.0  && < 1,
-                      text                 >= 0.11.2.3 && < 2,
+                      text                 >= 0.11.2.3,
                       containers           >= 0.4.1    && < 1,
                       minimorph            >= 0.3.0.0  && < 1
   if !impl(ghc >= 8.0)
