forked from unisonweb/unison
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
move Unison.Hash and friends to new unison-hash package
- Loading branch information
1 parent
3e48cab
commit bbc17e0
Showing
34 changed files
with
156 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 3 additions & 2 deletions
5
...util-base32hex-orphans-aeson/package.yaml → lib/unison-hash-orphans-aeson/package.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 3 additions & 2 deletions
5
...til-base32hex-orphans-sqlite/package.yaml → lib/unison-hash-orphans-sqlite/package.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
name: unison-hash | ||
github: unisonweb/unison | ||
copyright: Copyright (C) 2013-2021 Unison Computing, PBC and contributors | ||
|
||
ghc-options: -Wall -O0 -fno-warn-name-shadowing -fno-warn-missing-pattern-synonym-signatures | ||
|
||
dependencies: | ||
- base | ||
- bytestring | ||
- text | ||
- unison-prelude | ||
- unison-util-base32hex | ||
|
||
library: | ||
source-dirs: src | ||
when: | ||
- condition: false | ||
other-modules: Paths_unison_hash | ||
|
||
default-extensions: | ||
- ApplicativeDo | ||
- BangPatterns | ||
- BlockArguments | ||
- DeriveAnyClass | ||
- DeriveFunctor | ||
- DeriveGeneric | ||
- DeriveTraversable | ||
- DerivingStrategies | ||
- DerivingVia | ||
- DoAndIfThenElse | ||
- DuplicateRecordFields | ||
- FlexibleContexts | ||
- FlexibleInstances | ||
- GeneralizedNewtypeDeriving | ||
- LambdaCase | ||
- MultiParamTypeClasses | ||
- NamedFieldPuns | ||
- OverloadedStrings | ||
- PatternSynonyms | ||
- RankNTypes | ||
- ScopedTypeVariables | ||
- StandaloneDeriving | ||
- TupleSections | ||
- TypeApplications | ||
- TypeFamilies | ||
- ViewPatterns |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
cabal-version: 1.12 | ||
|
||
-- This file has been generated from package.yaml by hpack version 0.34.4. | ||
-- | ||
-- see: https://github.com/sol/hpack | ||
|
||
name: unison-hash | ||
version: 0.0.0 | ||
homepage: https://github.com/unisonweb/unison#readme | ||
bug-reports: https://github.com/unisonweb/unison/issues | ||
copyright: Copyright (C) 2013-2021 Unison Computing, PBC and contributors | ||
build-type: Simple | ||
|
||
source-repository head | ||
type: git | ||
location: https://github.com/unisonweb/unison | ||
|
||
library | ||
exposed-modules: | ||
U.Util.Hash | ||
U.Util.Hash32 | ||
Unison.ContentAddressable | ||
Unison.Hash | ||
hs-source-dirs: | ||
src | ||
default-extensions: | ||
ApplicativeDo | ||
BangPatterns | ||
BlockArguments | ||
DeriveAnyClass | ||
DeriveFunctor | ||
DeriveGeneric | ||
DeriveTraversable | ||
DerivingStrategies | ||
DerivingVia | ||
DoAndIfThenElse | ||
DuplicateRecordFields | ||
FlexibleContexts | ||
FlexibleInstances | ||
GeneralizedNewtypeDeriving | ||
LambdaCase | ||
MultiParamTypeClasses | ||
NamedFieldPuns | ||
OverloadedStrings | ||
PatternSynonyms | ||
RankNTypes | ||
ScopedTypeVariables | ||
StandaloneDeriving | ||
TupleSections | ||
TypeApplications | ||
TypeFamilies | ||
ViewPatterns | ||
ghc-options: -Wall -O0 -fno-warn-name-shadowing -fno-warn-missing-pattern-synonym-signatures | ||
build-depends: | ||
base | ||
, bytestring | ||
, text | ||
, unison-prelude | ||
, unison-util-base32hex | ||
default-language: Haskell2010 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.