File: Items-module.patch

package info (click to toggle)
raincat 1.1.1.2-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 10,348 kB
  • sloc: haskell: 2,216; makefile: 10
file content (25 lines) | stat: -rw-r--r-- 577 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From: Markus Koschany <apo@debian.org>
Date: Wed, 16 May 2018 13:57:31 +0200
Subject: Items module

Bug-Debian: https://bugs.debian.org/897542
Forwarded: no
---
 src/UI/ItemPanel.hs | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/UI/ItemPanel.hs b/src/UI/ItemPanel.hs
index 181d4b9..519c93b 100644
--- a/src/UI/ItemPanel.hs
+++ b/src/UI/ItemPanel.hs
@@ -1,8 +1,8 @@
 module UI.ItemPanel
     (ItemPanel(ItemPanel),
-     itemButtonList) where
+     itemButtonlist) where
 
-import Item.Items
+import Items.Items
 
 data ItemPanel = ItemPanel
     {