Skip to content

Commit 0292e4e

Browse files
committed
final fixes
1 parent 25ec1dd commit 0292e4e

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

flat.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: flat
2-
version: 0.19
2+
version: 0.2
33
cabal-version: >=1.10
44
build-type: Simple
55
license: BSD3
File renamed without changes.

src/Data/Flat.hs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
module Data.Flat (
2-
-- |Check the <https://github.com/tittoassini/fast tutorial and github repo>
2+
-- |Check the <https://github.com/tittoassini/flat tutorial and github repo>.
33
module X,
44
UTF8Text(..),
55
UTF16Text(..),
66
Get,
77
Decoded,
88
DecodeException,
99
) where
10-
-- import Data.Flat.Bits as X
10+
1111
import Data.Flat.Class as X
1212
import Data.Flat.Decoder
1313
import Data.Flat.Filler as X
1414
import Data.Flat.Instances as X
1515
import Data.Flat.Run as X
1616
import Data.Flat.Types
17-
-- import Data.Flat.Pretty as X

0 commit comments

Comments
 (0)