Skip to content

Commit 2434382

Browse files
author
Harry Maclean
committed
Rename Lib to IceCube
1 parent c9dbfb8 commit 2434382

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

ice-cube.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: ice-cube
2-
version: 0.1.0.0
2+
version: 0.2.0.0
33
-- synopsis:
44
-- description:
55
homepage: https://github.com/hmac/ice-cube#readme
@@ -15,7 +15,7 @@ cabal-version: >=1.10
1515

1616
library
1717
hs-source-dirs: src
18-
exposed-modules: Lib
18+
exposed-modules: IceCube
1919
build-depends: base >= 4.7 && < 5
2020
, dates
2121
, business

src/Lib.hs renamed to src/IceCube.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{-# LANGUAGE NamedFieldPuns #-}
22
{-# LANGUAGE StandaloneDeriving #-}
33

4-
module Lib
4+
module IceCube
55
( Schedule(..)
66
, Rule(..)
77
, diffToNextMatch

test/Spec.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import Test.Hspec
22

33
import Data.Dates
4-
import Lib
4+
import IceCube
55

66
main :: IO ()
77
main =

0 commit comments

Comments
 (0)