diff --git a/CHANGES.md b/CHANGES.md
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -7,6 +7,13 @@
 Unreleased
 ==========
 
+
+0.1.1.1
+=======
+
+* [#30](https://github.com/serokell/xrefcheck/pull/32)
+  + Do not depend on `loot-prelude` package.
+
 0.1.1
 =======
 
diff --git a/xrefcheck.cabal b/xrefcheck.cabal
--- a/xrefcheck.cabal
+++ b/xrefcheck.cabal
@@ -1,13 +1,13 @@
-cabal-version: 1.12
+cabal-version: 2.0
 
 -- This file has been generated from package.yaml by hpack version 0.31.2.
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: 2aee7eb48869c4fb44e2f3cb3933ad8ed8d0e95278c77d8b2069067dba641091
+-- hash: d06022dafc7e1571ee991e3df05921dc1e1156c72444ec3375d9ec25c52b5bfc
 
 name:           xrefcheck
-version:        0.1.1
+version:        0.1.1.1
 description:    Please see the README on GitHub at <https://github.com/serokell/xrefcheck#readme>
 homepage:       https://github.com/serokell/xrefcheck#readme
 bug-reports:    https://github.com/serokell/xrefcheck/issues
@@ -40,6 +40,8 @@
       Xrefcheck.Verify
   other-modules:
       Paths_xrefcheck
+  autogen-modules:
+      Paths_xrefcheck
   hs-source-dirs:
       src
   default-extensions: AllowAmbiguousTypes BangPatterns ConstraintKinds DataKinds DefaultSignatures DeriveDataTypeable DeriveGeneric FlexibleContexts FlexibleInstances FunctionalDependencies GeneralizedNewtypeDeriving LambdaCase MonadFailDesugaring MultiParamTypeClasses MultiWayIf NamedFieldPuns OverloadedStrings RankNTypes RecordWildCards ScopedTypeVariables StandaloneDeriving TemplateHaskell TupleSections TypeFamilies UndecidableInstances ViewPatterns TypeApplications TypeOperators
@@ -64,7 +66,6 @@
     , http-client
     , http-types
     , lens
-    , loot-prelude
     , mtl
     , o-clock
     , optparse-applicative
@@ -76,14 +77,20 @@
     , text-metrics
     , th-lift-instances
     , th-utilities
+    , universum
     , with-utf8
     , yaml
+  mixins:
+      universum (Universum as Prelude)
+    , universum (Universum.Unsafe as Unsafe)
   default-language: Haskell2010
 
 executable xrefcheck
   main-is: Main.hs
   other-modules:
       Paths_xrefcheck
+  autogen-modules:
+      Paths_xrefcheck
   hs-source-dirs:
       exec
   default-extensions: AllowAmbiguousTypes BangPatterns ConstraintKinds DataKinds DefaultSignatures DeriveDataTypeable DeriveGeneric FlexibleContexts FlexibleInstances FunctionalDependencies GeneralizedNewtypeDeriving LambdaCase MonadFailDesugaring MultiParamTypeClasses MultiWayIf NamedFieldPuns OverloadedStrings RankNTypes RecordWildCards ScopedTypeVariables StandaloneDeriving TemplateHaskell TupleSections TypeFamilies UndecidableInstances ViewPatterns TypeApplications TypeOperators
@@ -108,7 +115,6 @@
     , http-client
     , http-types
     , lens
-    , loot-prelude
     , mtl
     , o-clock
     , optparse-applicative
@@ -120,9 +126,13 @@
     , text-metrics
     , th-lift-instances
     , th-utilities
+    , universum
     , with-utf8
     , xrefcheck
     , yaml
+  mixins:
+      universum (Universum as Prelude)
+    , universum (Universum.Unsafe as Unsafe)
   default-language: Haskell2010
 
 test-suite xrefcheck-tests
@@ -134,6 +144,8 @@
       Test.Xrefcheck.ConfigSpec
       Test.Xrefcheck.LocalSpec
       Paths_xrefcheck
+  autogen-modules:
+      Paths_xrefcheck
   hs-source-dirs:
       tests
   default-extensions: AllowAmbiguousTypes BangPatterns ConstraintKinds DataKinds DefaultSignatures DeriveDataTypeable DeriveGeneric FlexibleContexts FlexibleInstances FunctionalDependencies GeneralizedNewtypeDeriving LambdaCase MonadFailDesugaring MultiParamTypeClasses MultiWayIf NamedFieldPuns OverloadedStrings RankNTypes RecordWildCards ScopedTypeVariables StandaloneDeriving TemplateHaskell TupleSections TypeFamilies UndecidableInstances ViewPatterns TypeApplications TypeOperators
@@ -161,7 +173,6 @@
     , http-client
     , http-types
     , lens
-    , loot-prelude
     , mtl
     , o-clock
     , optparse-applicative
@@ -173,7 +184,11 @@
     , text-metrics
     , th-lift-instances
     , th-utilities
+    , universum
     , with-utf8
     , xrefcheck
     , yaml
+  mixins:
+      universum (Universum as Prelude)
+    , universum (Universum.Unsafe as Unsafe)
   default-language: Haskell2010
