diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,9 @@
 
+Version 5.4
+-----
+
+* Adjusted to a new API of libraries aivika and aivika-transformers.
+
 Version 5.3
 -----
 
diff --git a/aivika-experiment-chart.cabal b/aivika-experiment-chart.cabal
--- a/aivika-experiment-chart.cabal
+++ b/aivika-experiment-chart.cabal
@@ -1,5 +1,5 @@
 name:            aivika-experiment-chart
-version:         5.3
+version:         5.4.1
 synopsis:        Simulation experiments with charting for the Aivika library
 description:
     This package complements the aivika [1] and aivika-experiment [2] packages with
@@ -23,11 +23,11 @@
 category:        Simulation
 license:         BSD3
 license-file:    LICENSE
-copyright:       (c) 2012-2017. David Sorokin <david.sorokin@gmail.com>
+copyright:       (c) 2012-2023. David Sorokin <davsor@mail.ru>
 author:          David Sorokin
-maintainer:      David Sorokin <david.sorokin@gmail.com>
-homepage:        http://www.aivikasoft.com
-cabal-version:   >= 1.6
+maintainer:      David Sorokin <davsor@mail.ru>
+homepage:        https://gitflic.ru/project/dsorokin/aivika-experiment-chart
+cabal-version:   >= 1.10
 build-type:      Simple
 tested-with:     GHC == 7.10.1
 
@@ -145,14 +145,16 @@
                      lens >= 3.9,
                      data-default-class >= 0.0.1,
                      colour >= 2.3.3,
-                     aivika >= 5.5,
-                     aivika-experiment >= 5.3
+                     aivika >= 6.0,
+                     aivika-experiment >= 5.4
 
-    extensions:      MultiParamTypeClasses
+    other-extensions:      MultiParamTypeClasses
 
+    default-language:   Haskell2010
+
     ghc-options:     -O2
 
 source-repository head
 
     type:     git
-    location: https://github.com/dsorokin/aivika-experiment-chart
+    location: https://gitflic.ru/project/dsorokin/aivika-experiment-chart
diff --git a/examples/InspectionAdjustmentStations/Model.hs b/examples/InspectionAdjustmentStations/Model.hs
--- a/examples/InspectionAdjustmentStations/Model.hs
+++ b/examples/InspectionAdjustmentStations/Model.hs
@@ -19,9 +19,10 @@
 -- The time between arrivals of television sets to the final inspection station is uniformly 
 -- distributed between 3.5 and 7.5 minutes. Two inspectors work side-by-side at the final 
 -- inspection station. The time required to inspect a set is uniformly distributed between 
--- 6 and 12 minutes. On the average, 85 percent of the sets are routed to the adjustment 
--- station which is manned by a single worker. Adjustment of the vertical control setting 
--- requires between 20 and 40 minutes, uniformly distributed.
+-- 6 and 12 minutes. On the average, 85 percent of the sets pass inspection and continue on
+-- the packing department. The other 15 percent are routed to the adjustment station which is
+-- manned by a single worker. Adjustment of the vertical control setting requires between 20
+-- and 40 minutes, uniformly distributed.
 -- 
 -- The inspection station and adjustor are to be simulated for 480 minutes to estimate 
 -- the time to process television sets through the final production stage and to determine 
diff --git a/examples/InspectionAdjustmentStations/README b/examples/InspectionAdjustmentStations/README
--- a/examples/InspectionAdjustmentStations/README
+++ b/examples/InspectionAdjustmentStations/README
@@ -17,9 +17,10 @@
 The time between arrivals of television sets to the final inspection station is uniformly 
 distributed between 3.5 and 7.5 minutes. Two inspectors work side-by-side at the final 
 inspection station. The time required to inspect a set is uniformly distributed between 
-6 and 12 minutes. On the average, 85 percent of the sets are routed to the adjustment 
-station which is manned by a single worker. Adjustment of the vertical control setting 
-requires between 20 and 40 minutes, uniformly distributed.
+6 and 12 minutes. On the average, 85 percent of the sets pass inspection and continue on
+the packing department. The other 15 percent are routed to the adjustment station which is
+manned by a single worker. Adjustment of the vertical control setting requires between 20
+and 40 minutes, uniformly distributed.
 
 The inspection station and adjustor are to be simulated for 480 minutes to estimate 
 the time to process television sets through the final production stage and to determine 
