Skip to content

Commit

Permalink
Release v0.1.1 (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
Flavio Corpa committed Feb 25, 2020
1 parent 89e5d5b commit 1c28dea
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 32 deletions.
6 changes: 0 additions & 6 deletions cabal.project

This file was deleted.

4 changes: 2 additions & 2 deletions language-avro.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ library
exposed-modules: Language.Avro.Types,
Language.Avro.Parser
build-depends: base >=4.12 && <5
, avro
, avro >=0.4.7
, containers
, directory
, filepath
Expand All @@ -39,7 +39,7 @@ test-suite avro-parser-haskell-test
-with-rtsopts=-N
build-depends:
base >=4.12 && <5
, avro
, avro >=0.4.7
, language-avro
, megaparsec
, text
Expand Down
20 changes: 0 additions & 20 deletions src/Language/Avro/Types.hs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
{-# LANGUAGE StandaloneDeriving #-}

-- | Language definition for AVRO (@.avdl@) files,
-- as defined in <http://avro.apache.org/docs/1.8.2/spec.html>.
module Language.Avro.Types
Expand Down Expand Up @@ -33,24 +31,6 @@ instance Semigroup Protocol where
(types p1 <> types p2)
(messages p1 <> messages p2)

deriving instance Ord LogicalTypeInt

deriving instance Ord LogicalTypeLong

deriving instance Ord LogicalTypeBytes

deriving instance Ord Decimal

deriving instance Ord LogicalTypeString

deriving instance Ord LogicalTypeFixed

deriving instance (Ord a) => Ord (Value a)

deriving instance Ord Field

deriving instance Ord Schema

-- | Newtype for the namespace of methods and protocols.
newtype Namespace
= Namespace [T.Text]
Expand Down
3 changes: 1 addition & 2 deletions stack-nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ packages:
- .
extra-deps:
- HasBigDecimal-0.1.1
- git: https://github.com/serras/avro.git
commit: c684139b773c296079a2941fb30ee43a52b66204
- avro-0.4.7.0
3 changes: 1 addition & 2 deletions stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ packages:
- .
extra-deps:
- HasBigDecimal-0.1.1
- git: https://github.com/serras/avro.git
commit: c684139b773c296079a2941fb30ee43a52b66204
- avro-0.4.7.0

0 comments on commit 1c28dea

Please sign in to comment.