We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25ec1dd commit 0292e4eCopy full SHA for 0292e4e
flat.cabal
@@ -1,5 +1,5 @@
1
name: flat
2
-version: 0.19
+version: 0.2
3
cabal-version: >=1.10
4
build-type: Simple
5
license: BSD3
src/Test.hs renamed to other/Test.hs
src/Data/Flat.hs
@@ -1,17 +1,16 @@
module Data.Flat (
- -- |Check the <https://github.com/tittoassini/fast tutorial and github repo>
+ -- |Check the <https://github.com/tittoassini/flat tutorial and github repo>.
module X,
UTF8Text(..),
UTF16Text(..),
6
Get,
7
Decoded,
8
DecodeException,
9
) where
10
--- import Data.Flat.Bits as X
+
11
import Data.Flat.Class as X
12
import Data.Flat.Decoder
13
import Data.Flat.Filler as X
14
import Data.Flat.Instances as X
15
import Data.Flat.Run as X
16
import Data.Flat.Types
17
--- import Data.Flat.Pretty as X
0 commit comments